#5C165F

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

Shades of Palatinate Purple #5C165F

Tints of Palatinate Purple #5C165F

Color information

#5C165F (or 0x5C165F) is unknown color: approx Palatinate Purple. HEX triplet: 5C, 16 and 5F. RGB value is (92,22,95). Sum of RGB (Red+Green+Blue) = 92+22+95=209 (27% of max value = 765). Red value is 92 (36.33% from 255 or 44.02% from 209); Green value is 22 (8.98% from 255 or 10.53% from 209); Blue value is 95 (37.5% from 255 or 45.45% from 209); Max value from RGB is 95 - color contains mainly: blue. Hex color #5C165F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C165F is #A3E9A0. Grayscale: #333333. Windows color (decimal): -10742177 or 6231644. OLE color: 6231644.

HSL color Cylindrical-coordinate representation of color #5C165F: hue angle of 297.53º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5C165F is Cyan = 0.03, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB922295-
CMYK0.030.7700.63
HSL297.53º62.39%22.94%-
HSV(B)297.53º76.84%37.25%-
XYZ6.773.6811.18-
YUV51.25152.69157.06-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 44.02%
GREEN value IS 22 (8.98% from 255) = 10.53%
BLUE value IS 95 (37.5% from 255) = 45.45%
R=44.02%
G=10.53%
B=45.45%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9222950.030.7700.63297.5362.3922.94
Hex5C165F34D03F12a3e17
Octal1342613731150774527627
Binary1011100101101011111111001101011111110010101011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C165F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,22,95); }

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

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

 a { background-color: rgb(92,22,95); }

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

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

 span { border-color: rgb(92,22,95); }

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