#7C246D

Color #7C246D Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #7C246D

Tints of Dark Purple #7C246D

Color information

#7C246D (or 0x7C246D) is unknown color: approx Dark Purple. HEX triplet: 7C, 24 and 6D. RGB value is (124,36,109). Sum of RGB (Red+Green+Blue) = 124+36+109=269 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.10% from 269); Green value is 36 (14.45% from 255 or 13.38% from 269); Blue value is 109 (42.97% from 255 or 40.52% from 269); Max value from RGB is 124 - color contains mainly: red. Hex color #7C246D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C246D is #83DB92. Grayscale: #464646. Windows color (decimal): -8641427 or 7152764. OLE color: 7152764.

HSL color Cylindrical-coordinate representation of color #7C246D: hue angle of 310.23º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7C246D is Cyan = 0, Magento = 0.71, Yellow = 0.12 and Black (K on CMYK) = 0.51.

Color convert

RGB12436109-
CMYK00.710.120.51
HSL310.23º55%31.37%-
HSV(B)310.23º70.97%48.63%-
XYZ11.76.6515.13-
YUV70.63149.65166.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 124 (48.83% from 255) = 46.10%
GREEN value IS 36 (14.45% from 255) = 13.38%
BLUE value IS 109 (42.97% from 255) = 40.52%
R=46.10%
G=13.38%
B=40.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.12
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1243610900.710.120.51310.235531.37
Hex7C246D047C33136371f
Octal17444155010714634666737
Binary1111100100100110110101000111110011001110011011011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C246D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C246D; }

 p { color: rgb(124,36,109); }

 H1.HeaderClassName
 {
   color: #7C246D;
 }
 .AnyTagClassName
 {
   color: #7C246D;
 }
</style>
background-color css

<style>
 a { background-color: #7C246D; }

 a { background-color: rgb(124,36,109); }

 div.DivClassName
 {
   background-color: #7C246D;
 }
 .BgClassName
 {
   background-color: #7C246D;
 }
</style>
border-color css

<style>
 span { border-color: #7C246D; }

 span { border-color: rgb(124,36,109); }

 td.TdClassName
 {
   border-color: #7C246D;
 }
 .TagClassName
 {
   border-color: #7C246D;
 }
</style>