#5F155B

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

Shades of Palatinate Purple #5F155B

Tints of Palatinate Purple #5F155B

Color information

#5F155B (or 0x5F155B) is unknown color: approx Palatinate Purple. HEX triplet: 5F, 15 and 5B. RGB value is (95,21,91). Sum of RGB (Red+Green+Blue) = 95+21+91=207 (27% of max value = 765). Red value is 95 (37.5% from 255 or 45.89% from 207); Green value is 21 (8.59% from 255 or 10.14% from 207); Blue value is 91 (35.94% from 255 or 43.96% from 207); Max value from RGB is 95 - color contains mainly: red. Hex color #5F155B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F155B is #A0EAA4. Grayscale: #323232. Windows color (decimal): -10545829 or 5969247. OLE color: 5969247.

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

Color convert

RGB952191-
CMYK00.780.040.63
HSL303.24º63.79%22.75%-
HSV(B)303.24º77.89%37.25%-
XYZ6.883.7210.25-
YUV51.11150.52159.31-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 45.89%
GREEN value IS 21 (8.59% from 255) = 10.14%
BLUE value IS 91 (35.94% from 255) = 43.96%
R=45.89%
G=10.14%
B=43.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.04
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95219100.780.040.63303.2463.7922.75
Hex5F155B04E43F12f4017
Octal13725133011647745710027
Binary101111110101101101101001110100111111100101111100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F155B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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