#5F0856

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

Shades of Palatinate Purple #5F0856

Tints of Palatinate Purple #5F0856

Color information

#5F0856 (or 0x5F0856) is unknown color: approx Palatinate Purple. HEX triplet: 5F, 08 and 56. RGB value is (95,8,86). Sum of RGB (Red+Green+Blue) = 95+8+86=189 (25% of max value = 765). Red value is 95 (37.5% from 255 or 50.26% from 189); Green value is 8 (3.52% from 255 or 4.23% from 189); Blue value is 86 (33.98% from 255 or 45.50% from 189); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0856 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F0856 is #A0F7A9. Grayscale: #2A2A2A. Windows color (decimal): -10549162 or 5638239. OLE color: 5638239.

HSL color Cylindrical-coordinate representation of color #5F0856: hue angle of 306.21º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5F0856 is Cyan = 0, Magento = 0.92, Yellow = 0.09 and Black (K on CMYK) = 0.63.

Color convert

RGB95886-
CMYK00.920.090.63
HSL306.21º84.47%20.2%-
HSV(B)306.21º91.58%37.25%-
XYZ6.493.289.1-
YUV42.9152.32165.16-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 50.26%
GREEN value IS 8 (3.52% from 255) = 4.23%
BLUE value IS 86 (33.98% from 255) = 45.50%
R=50.26%
G=4.23%
B=45.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.09
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9588600.920.090.63306.2184.4720.2
Hex5F85605C93F1325414
Octal137101260134117746212424
Binary101111110001010110010111001001111111100110010101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F0856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,8,86); }

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

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

 a { background-color: rgb(95,8,86); }

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

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

 span { border-color: rgb(95,8,86); }

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