#7C366F

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

Shades of Dark Purple #7C366F

Tints of Dark Purple #7C366F

Color information

#7C366F (or 0x7C366F) is unknown color: approx Dark Purple. HEX triplet: 7C, 36 and 6F. RGB value is (124,54,111). Sum of RGB (Red+Green+Blue) = 124+54+111=289 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.91% from 289); Green value is 54 (21.48% from 255 or 18.69% from 289); Blue value is 111 (43.75% from 255 or 38.41% from 289); Max value from RGB is 124 - color contains mainly: red. Hex color #7C366F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C366F is #83C990. Grayscale: #515151. Windows color (decimal): -8636817 or 7288444. OLE color: 7288444.

HSL color Cylindrical-coordinate representation of color #7C366F: hue angle of 311.14º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7C366F is Cyan = 0, Magento = 0.56, Yellow = 0.10 and Black (K on CMYK) = 0.51.

Color convert

RGB12454111-
CMYK00.560.100.51
HSL311.14º39.33%34.9%-
HSV(B)311.14º56.45%48.63%-
XYZ12.58.0715.94-
YUV81.43144.69158.37-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 42.91%
GREEN value IS 54 (21.48% from 255) = 18.69%
BLUE value IS 111 (43.75% from 255) = 38.41%
R=42.91%
G=18.69%
B=38.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.10
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1245411100.560.100.51311.1439.3334.9
Hex7C366F038A331372723
Octal1746615707012634674743
Binary1111100110110110111101110001010110011100110111100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C366F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,54,111); }

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

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

 a { background-color: rgb(124,54,111); }

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

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

 span { border-color: rgb(124,54,111); }

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