#5F015A

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

Shades of Palatinate Purple #5F015A

Tints of Palatinate Purple #5F015A

Color information

#5F015A (or 0x5F015A) is unknown color: approx Palatinate Purple. HEX triplet: 5F, 01 and 5A. RGB value is (95,1,90). Sum of RGB (Red+Green+Blue) = 95+1+90=186 (24% of max value = 765). Red value is 95 (37.5% from 255 or 51.08% from 186); Green value is 1 (0.78% from 255 or 0.54% from 186); Blue value is 90 (35.55% from 255 or 48.39% from 186); Max value from RGB is 95 - color contains mainly: red. Hex color #5F015A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F015A is #A0FEA5. Grayscale: #262626. Windows color (decimal): -10550950 or 5898591. OLE color: 5898591.

HSL color Cylindrical-coordinate representation of color #5F015A: hue angle of 303.19º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5F015A is Cyan = 0, Magento = 0.99, Yellow = 0.05 and Black (K on CMYK) = 0.63.

Color convert

RGB95190-
CMYK00.990.050.63
HSL303.19º97.92%18.82%-
HSV(B)303.19º98.95%37.25%-
XYZ6.583.199.94-
YUV39.25156.64167.76-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 51.08%
GREEN value IS 1 (0.78% from 255) = 0.54%
BLUE value IS 90 (35.55% from 255) = 48.39%
R=51.08%
G=0.54%
B=48.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.05
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9519000.990.050.63303.1997.9218.82
Hex5F15A06353F12f6213
Octal1371132014357745714223
Binary10111111101101001100011101111111100101111110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F015A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,1,90); }

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

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

 a { background-color: rgb(95,1,90); }

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

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

 span { border-color: rgb(95,1,90); }

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