#5F0962

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

Shades of Palatinate Purple #5F0962

Tints of Palatinate Purple #5F0962

Color information

#5F0962 (or 0x5F0962) is unknown color: approx Palatinate Purple. HEX triplet: 5F, 09 and 62. RGB value is (95,9,98). Sum of RGB (Red+Green+Blue) = 95+9+98=202 (26% of max value = 765). Red value is 95 (37.5% from 255 or 47.03% from 202); Green value is 9 (3.91% from 255 or 4.46% from 202); Blue value is 98 (38.67% from 255 or 48.51% from 202); Max value from RGB is 98 - color contains mainly: blue. Hex color #5F0962 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F0962 is #A0F69D. Grayscale: #2C2C2C. Windows color (decimal): -10548894 or 6424927. OLE color: 6424927.

HSL color Cylindrical-coordinate representation of color #5F0962: hue angle of 297.98º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5F0962 is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB95998-
CMYK0.030.9100.62
HSL297.98º83.18%20.98%-
HSV(B)297.98º90.82%38.43%-
XYZ7.023.5111.86-
YUV44.86157.99163.76-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 47.03%
GREEN value IS 9 (3.91% from 255) = 4.46%
BLUE value IS 98 (38.67% from 255) = 48.51%
R=47.03%
G=4.46%
B=48.51%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal959980.030.9100.62297.9883.1820.98
Hex5F96235B03E12a5315
Octal13711142313307645212325
Binary1011111100111000101110110110111110100101010101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F0962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,9,98); }

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

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

 a { background-color: rgb(95,9,98); }

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

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

 span { border-color: rgb(95,9,98); }

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