#5C185F

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

Shades of Palatinate Purple #5C185F

Tints of Palatinate Purple #5C185F

Color information

#5C185F (or 0x5C185F) is unknown color: approx Palatinate Purple. HEX triplet: 5C, 18 and 5F. RGB value is (92,24,95). Sum of RGB (Red+Green+Blue) = 92+24+95=211 (27% of max value = 765). Red value is 92 (36.33% from 255 or 43.60% from 211); Green value is 24 (9.77% from 255 or 11.37% from 211); Blue value is 95 (37.5% from 255 or 45.02% from 211); Max value from RGB is 95 - color contains mainly: blue. Hex color #5C185F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C185F is #A3E7A0. Grayscale: #343434. Windows color (decimal): -10741665 or 6232156. OLE color: 6232156.

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

Color convert

RGB922495-
CMYK0.030.7500.63
HSL297.46º59.66%23.33%-
HSV(B)297.46º74.74%37.25%-
XYZ6.813.7511.19-
YUV52.43152.03156.23-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 43.60%
GREEN value IS 24 (9.77% from 255) = 11.37%
BLUE value IS 95 (37.5% from 255) = 45.02%
R=43.60%
G=11.37%
B=45.02%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9224950.030.7500.63297.4659.6623.33
Hex5C185F34B03F1293c17
Octal1343013731130774517427
Binary1011100110001011111111001011011111110010100111110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C185F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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