#5F0556

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

Shades of Palatinate Purple #5F0556

Tints of Palatinate Purple #5F0556

Color information

#5F0556 (or 0x5F0556) is unknown color: approx Palatinate Purple. HEX triplet: 5F, 05 and 56. RGB value is (95,5,86). Sum of RGB (Red+Green+Blue) = 95+5+86=186 (24% of max value = 765). Red value is 95 (37.5% from 255 or 51.08% from 186); Green value is 5 (2.34% from 255 or 2.69% from 186); Blue value is 86 (33.98% from 255 or 46.24% from 186); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0556 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F0556 is #A0FAA9. Grayscale: #282828. Windows color (decimal): -10549930 or 5637471. OLE color: 5637471.

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

Color convert

RGB95586-
CMYK00.950.090.63
HSL306º90%19.61%-
HSV(B)306º94.74%37.25%-
XYZ6.453.219.08-
YUV41.14153.32166.41-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 51.08%
GREEN value IS 5 (2.34% from 255) = 2.69%
BLUE value IS 86 (33.98% from 255) = 46.24%
R=51.08%
G=2.69%
B=46.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.09
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9558600.950.090.633069019.61
Hex5F55605F93F1325a14
Octal13751260137117746213224
Binary10111111011010110010111111001111111100110010101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F0556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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