#5C0B66

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

Shades of Palatinate Purple #5C0B66

Tints of Palatinate Purple #5C0B66

Color information

#5C0B66 (or 0x5C0B66) is unknown color: approx Palatinate Purple. HEX triplet: 5C, 0B and 66. RGB value is (92,11,102). Sum of RGB (Red+Green+Blue) = 92+11+102=205 (27% of max value = 765). Red value is 92 (36.33% from 255 or 44.88% from 205); Green value is 11 (4.69% from 255 or 5.37% from 205); Blue value is 102 (40.23% from 255 or 49.76% from 205); Max value from RGB is 102 - color contains mainly: blue. Hex color #5C0B66 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C0B66 is #A3F499. Grayscale: #2D2D2D. Windows color (decimal): -10744986 or 6687580. OLE color: 6687580.

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

Color convert

RGB9211102-
CMYK0.100.8900.6
HSL293.41º80.53%22.16%-
HSV(B)293.41º89.22%40%-
XYZ6.933.4712.88-
YUV45.59159.84161.1-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 44.88%
GREEN value IS 11 (4.69% from 255) = 5.37%
BLUE value IS 102 (40.23% from 255) = 49.76%
R=44.88%
G=5.37%
B=49.76%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal92111020.100.8900.6293.4180.5322.16
Hex5CB66A5903C1255116
Octal134131461213107444512126
Binary101110010111100110101010110010111100100100101101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C0B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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