#5C0566

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

Shades of Palatinate Purple #5C0566

Tints of Palatinate Purple #5C0566

Color information

#5C0566 (or 0x5C0566) is unknown color: approx Palatinate Purple. HEX triplet: 5C, 05 and 66. RGB value is (92,5,102). Sum of RGB (Red+Green+Blue) = 92+5+102=199 (26% of max value = 765). Red value is 92 (36.33% from 255 or 46.23% from 199); Green value is 5 (2.34% from 255 or 2.51% from 199); Blue value is 102 (40.23% from 255 or 51.26% from 199); Max value from RGB is 102 - color contains mainly: blue. Hex color #5C0566 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C0566 is #A3FA99. Grayscale: #292929. Windows color (decimal): -10746522 or 6686044. OLE color: 6686044.

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

Color convert

RGB925102-
CMYK0.100.9500.6
HSL293.81º90.65%20.98%-
HSV(B)293.81º95.1%40%-
XYZ6.873.3412.85-
YUV42.07161.82163.61-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 46.23%
GREEN value IS 5 (2.34% from 255) = 2.51%
BLUE value IS 102 (40.23% from 255) = 51.26%
R=46.23%
G=2.51%
B=51.26%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal9251020.100.9500.6293.8190.6520.98
Hex5C566A5F03C1265b15
Octal13451461213707444613325
Binary10111001011100110101010111110111100100100110101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C0566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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