#5F1555

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

Shades of Palatinate Purple #5F1555

Tints of Palatinate Purple #5F1555

Color information

#5F1555 (or 0x5F1555) is unknown color: approx Palatinate Purple. HEX triplet: 5F, 15 and 55. RGB value is (95,21,85). Sum of RGB (Red+Green+Blue) = 95+21+85=201 (26% of max value = 765). Red value is 95 (37.5% from 255 or 47.26% from 201); Green value is 21 (8.59% from 255 or 10.45% from 201); Blue value is 85 (33.59% from 255 or 42.29% from 201); Max value from RGB is 95 - color contains mainly: red. Hex color #5F1555 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F1555 is #A0EAAA. Grayscale: #323232. Windows color (decimal): -10545835 or 5576031. OLE color: 5576031.

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

Color convert

RGB952185-
CMYK00.780.110.63
HSL308.11º63.79%22.75%-
HSV(B)308.11º77.89%37.25%-
XYZ6.633.638.94-
YUV50.42147.52159.8-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 47.26%
GREEN value IS 21 (8.59% from 255) = 10.45%
BLUE value IS 85 (33.59% from 255) = 42.29%
R=47.26%
G=10.45%
B=42.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.11
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95218500.780.110.63308.1163.7922.75
Hex5F155504EB3F1344017
Octal137251250116137746410027
Binary1011111101011010101010011101011111111100110100100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F1555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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