#5F155D

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

Shades of Palatinate Purple #5F155D

Tints of Palatinate Purple #5F155D

Color information

#5F155D (or 0x5F155D) is unknown color: approx Palatinate Purple. HEX triplet: 5F, 15 and 5D. RGB value is (95,21,93). Sum of RGB (Red+Green+Blue) = 95+21+93=209 (27% of max value = 765). Red value is 95 (37.5% from 255 or 45.45% from 209); Green value is 21 (8.59% from 255 or 10.05% from 209); Blue value is 93 (36.72% from 255 or 44.50% from 209); Max value from RGB is 95 - color contains mainly: red. Hex color #5F155D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F155D is #A0EAA2. Grayscale: #333333. Windows color (decimal): -10545827 or 6100319. OLE color: 6100319.

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

Color convert

RGB952193-
CMYK00.780.020.63
HSL301.62º63.79%22.75%-
HSV(B)301.62º77.89%37.25%-
XYZ6.963.7610.71-
YUV51.33151.52159.15-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 45.45%
GREEN value IS 21 (8.59% from 255) = 10.05%
BLUE value IS 93 (36.72% from 255) = 44.50%
R=45.45%
G=10.05%
B=44.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.02
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95219300.780.020.63301.6263.7922.75
Hex5F155D04E23F12e4017
Octal13725135011627745610027
Binary10111111010110111010100111010111111100101110100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F155D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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