#5C0F66

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

Shades of Palatinate Purple #5C0F66

Tints of Palatinate Purple #5C0F66

Color information

#5C0F66 (or 0x5C0F66) is unknown color: approx Palatinate Purple. HEX triplet: 5C, 0F and 66. RGB value is (92,15,102). Sum of RGB (Red+Green+Blue) = 92+15+102=209 (27% of max value = 765). Red value is 92 (36.33% from 255 or 44.02% from 209); Green value is 15 (6.25% from 255 or 7.18% from 209); Blue value is 102 (40.23% from 255 or 48.80% from 209); Max value from RGB is 102 - color contains mainly: blue. Hex color #5C0F66 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C0F66 is #A3F099. Grayscale: #2F2F2F. Windows color (decimal): -10743962 or 6688604. OLE color: 6688604.

HSL color Cylindrical-coordinate representation of color #5C0F66: hue angle of 293.1º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5C0F66 is Cyan = 0.10, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB9215102-
CMYK0.100.8500.6
HSL293.1º74.36%22.94%-
HSV(B)293.1º85.29%40%-
XYZ6.983.5812.89-
YUV47.94158.51159.43-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 44.02%
GREEN value IS 15 (6.25% from 255) = 7.18%
BLUE value IS 102 (40.23% from 255) = 48.80%
R=44.02%
G=7.18%
B=48.80%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal92151020.100.8500.6293.174.3622.94
Hex5CF66A5503C1254a17
Octal134171461212507444511227
Binary101110011111100110101010101010111100100100101100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C0F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C0F66; }

 p { color: rgb(92,15,102); }

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

<style>
 a { background-color: #5C0F66; }

 a { background-color: rgb(92,15,102); }

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

<style>
 span { border-color: #5C0F66; }

 span { border-color: rgb(92,15,102); }

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