#5F2158

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

Shades of Palatinate Purple #5F2158

Tints of Palatinate Purple #5F2158

Color information

#5F2158 (or 0x5F2158) is unknown color: approx Palatinate Purple. HEX triplet: 5F, 21 and 58. RGB value is (95,33,88). Sum of RGB (Red+Green+Blue) = 95+33+88=216 (28% of max value = 765). Red value is 95 (37.5% from 255 or 43.98% from 216); Green value is 33 (13.28% from 255 or 15.28% from 216); Blue value is 88 (34.77% from 255 or 40.74% from 216); Max value from RGB is 95 - color contains mainly: red. Hex color #5F2158 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F2158 is #A0DEA7. Grayscale: #393939. Windows color (decimal): -10542760 or 5775711. OLE color: 5775711.

HSL color Cylindrical-coordinate representation of color #5F2158: hue angle of 306.77º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5F2158 is Cyan = 0, Magento = 0.65, Yellow = 0.07 and Black (K on CMYK) = 0.63.

Color convert

RGB953388-
CMYK00.650.070.63
HSL306.77º48.44%25.1%-
HSV(B)306.77º65.26%37.25%-
XYZ7.024.239.68-
YUV57.81145.04154.53-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 43.98%
GREEN value IS 33 (13.28% from 255) = 15.28%
BLUE value IS 88 (34.77% from 255) = 40.74%
R=43.98%
G=15.28%
B=40.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.07
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95338800.650.070.63306.7748.4425.1
Hex5F215804173F1333019
Octal1374113001017774636031
Binary101111110000110110000100000111111111110011001111000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F2158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,33,88); }

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

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

 a { background-color: rgb(95,33,88); }

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

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

 span { border-color: rgb(95,33,88); }

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