#5F185E

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

Shades of Palatinate Purple #5F185E

Tints of Palatinate Purple #5F185E

Color information

#5F185E (or 0x5F185E) is unknown color: approx Palatinate Purple. HEX triplet: 5F, 18 and 5E. RGB value is (95,24,94). Sum of RGB (Red+Green+Blue) = 95+24+94=213 (28% of max value = 765). Red value is 95 (37.5% from 255 or 44.60% from 213); Green value is 24 (9.77% from 255 or 11.27% from 213); Blue value is 94 (37.11% from 255 or 44.13% from 213); Max value from RGB is 95 - color contains mainly: red. Hex color #5F185E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F185E is #A0E7A1. Grayscale: #353535. Windows color (decimal): -10545058 or 6166623. OLE color: 6166623.

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

Color convert

RGB952494-
CMYK00.750.010.63
HSL300.85º59.66%23.33%-
HSV(B)300.85º74.74%37.25%-
XYZ7.073.8910.97-
YUV53.21151.02157.81-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 44.60%
GREEN value IS 24 (9.77% from 255) = 11.27%
BLUE value IS 94 (37.11% from 255) = 44.13%
R=44.60%
G=11.27%
B=44.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.01
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95249400.750.010.63300.8559.6623.33
Hex5F185E04B13F12d3c17
Octal1373013601131774557427
Binary101111111000101111001001011111111110010110111110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F185E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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