#5C1168

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

Shades of Palatinate Purple #5C1168

Tints of Palatinate Purple #5C1168

Color information

#5C1168 (or 0x5C1168) is unknown color: approx Palatinate Purple. HEX triplet: 5C, 11 and 68. RGB value is (92,17,104). Sum of RGB (Red+Green+Blue) = 92+17+104=213 (28% of max value = 765). Red value is 92 (36.33% from 255 or 43.19% from 213); Green value is 17 (7.03% from 255 or 7.98% from 213); Blue value is 104 (41.02% from 255 or 48.83% from 213); Max value from RGB is 104 - color contains mainly: blue. Hex color #5C1168 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C1168 is #A3EE97. Grayscale: #313131. Windows color (decimal): -10743448 or 6820188. OLE color: 6820188.

HSL color Cylindrical-coordinate representation of color #5C1168: hue angle of 291.72º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5C1168 is Cyan = 0.12, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB9217104-
CMYK0.120.8400.59
HSL291.72º71.9%23.73%-
HSV(B)291.72º83.65%40.78%-
XYZ7.113.6813.43-
YUV49.34158.85158.43-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 43.19%
GREEN value IS 17 (7.03% from 255) = 7.98%
BLUE value IS 104 (41.02% from 255) = 48.83%
R=43.19%
G=7.98%
B=48.83%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal92171040.120.8400.59291.7271.923.73
Hex5C1168C5403B1244818
Octal134211501412407344411030
Binary1011100100011101000110010101000111011100100100100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C1168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,17,104); }

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

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

 a { background-color: rgb(92,17,104); }

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

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

 span { border-color: rgb(92,17,104); }

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