#5F1857

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

Shades of Palatinate Purple #5F1857

Tints of Palatinate Purple #5F1857

Color information

#5F1857 (or 0x5F1857) is unknown color: approx Palatinate Purple. HEX triplet: 5F, 18 and 57. RGB value is (95,24,87). Sum of RGB (Red+Green+Blue) = 95+24+87=206 (27% of max value = 765). Red value is 95 (37.5% from 255 or 46.12% from 206); Green value is 24 (9.77% from 255 or 11.65% from 206); Blue value is 87 (34.38% from 255 or 42.23% from 206); Max value from RGB is 95 - color contains mainly: red. Hex color #5F1857 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F1857 is #A0E7A8. Grayscale: #343434. Windows color (decimal): -10545065 or 5707871. OLE color: 5707871.

HSL color Cylindrical-coordinate representation of color #5F1857: hue angle of 306.76º 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 #5F1857 is Cyan = 0, Magento = 0.75, Yellow = 0.08 and Black (K on CMYK) = 0.63.

Color convert

RGB952487-
CMYK00.750.080.63
HSL306.76º59.66%23.33%-
HSV(B)306.76º74.74%37.25%-
XYZ6.773.779.39-
YUV52.41147.52158.38-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 46.12%
GREEN value IS 24 (9.77% from 255) = 11.65%
BLUE value IS 87 (34.38% from 255) = 42.23%
R=46.12%
G=11.65%
B=42.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.08
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95248700.750.080.63306.7659.6623.33
Hex5F185704B83F1333c17
Octal13730127011310774637427
Binary101111111000101011101001011100011111110011001111110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F1857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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