#7C366C

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

Shades of Palatinate Purple #7C366C

Tints of Palatinate Purple #7C366C

Color information

#7C366C (or 0x7C366C) is unknown color: approx Palatinate Purple. HEX triplet: 7C, 36 and 6C. RGB value is (124,54,108). Sum of RGB (Red+Green+Blue) = 124+54+108=286 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.36% from 286); Green value is 54 (21.48% from 255 or 18.88% from 286); Blue value is 108 (42.58% from 255 or 37.76% from 286); Max value from RGB is 124 - color contains mainly: red. Hex color #7C366C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C366C is #83C993. Grayscale: #505050. Windows color (decimal): -8636820 or 7091836. OLE color: 7091836.

HSL color Cylindrical-coordinate representation of color #7C366C: hue angle of 313.71º 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 #7C366C is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.51.

Color convert

RGB12454108-
CMYK00.560.130.51
HSL313.71º39.33%34.9%-
HSV(B)313.71º56.45%48.63%-
XYZ12.348.0115.08-
YUV81.09143.19158.61-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 43.36%
GREEN value IS 54 (21.48% from 255) = 18.88%
BLUE value IS 108 (42.58% from 255) = 37.76%
R=43.36%
G=18.88%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.13
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1245410800.560.130.51313.7139.3334.9
Hex7C366C038D3313a2723
Octal1746615407015634724743
Binary1111100110110110110001110001101110011100111010100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C366C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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