#5F195D

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

Shades of Palatinate Purple #5F195D

Tints of Palatinate Purple #5F195D

Color information

#5F195D (or 0x5F195D) is unknown color: approx Palatinate Purple. HEX triplet: 5F, 19 and 5D. RGB value is (95,25,93). Sum of RGB (Red+Green+Blue) = 95+25+93=213 (28% of max value = 765). Red value is 95 (37.5% from 255 or 44.60% from 213); Green value is 25 (10.16% from 255 or 11.74% from 213); Blue value is 93 (36.72% from 255 or 43.66% from 213); Max value from RGB is 95 - color contains mainly: red. Hex color #5F195D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F195D is #A0E6A2. Grayscale: #353535. Windows color (decimal): -10544803 or 6101343. OLE color: 6101343.

HSL color Cylindrical-coordinate representation of color #5F195D: hue angle of 301.71º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5F195D is Cyan = 0, Magento = 0.74, Yellow = 0.02 and Black (K on CMYK) = 0.63.

Color convert

RGB952593-
CMYK00.740.020.63
HSL301.71º58.33%23.53%-
HSV(B)301.71º73.68%37.25%-
XYZ7.043.9210.74-
YUV53.68150.19157.47-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 44.60%
GREEN value IS 25 (10.16% from 255) = 11.74%
BLUE value IS 93 (36.72% from 255) = 43.66%
R=44.60%
G=11.74%
B=43.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.02
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95259300.740.020.63301.7158.3323.53
Hex5F195D04A23F12e3a18
Octal1373113501122774567230
Binary1011111110011011101010010101011111110010111011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F195D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,25,93); }

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

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

 a { background-color: rgb(95,25,93); }

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

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

 span { border-color: rgb(95,25,93); }

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