#5F0662

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

Shades of Palatinate Purple #5F0662

Tints of Palatinate Purple #5F0662

Color information

#5F0662 (or 0x5F0662) is unknown color: approx Palatinate Purple. HEX triplet: 5F, 06 and 62. RGB value is (95,6,98). Sum of RGB (Red+Green+Blue) = 95+6+98=199 (26% of max value = 765). Red value is 95 (37.5% from 255 or 47.74% from 199); Green value is 6 (2.73% from 255 or 3.02% from 199); Blue value is 98 (38.67% from 255 or 49.25% from 199); Max value from RGB is 98 - color contains mainly: blue. Hex color #5F0662 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F0662 is #A0F99D. Grayscale: #2A2A2A. Windows color (decimal): -10549662 or 6424159. OLE color: 6424159.

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

Color convert

RGB95698-
CMYK0.030.9400.62
HSL298.04º88.46%20.39%-
HSV(B)298.04º93.88%38.43%-
XYZ6.993.4411.85-
YUV43.1158.99165.02-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 47.74%
GREEN value IS 6 (2.73% from 255) = 3.02%
BLUE value IS 98 (38.67% from 255) = 49.25%
R=47.74%
G=3.02%
B=49.25%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal956980.030.9400.62298.0488.4620.39
Hex5F66235E03E12a5814
Octal1376142313607645213024
Binary101111111011000101110111100111110100101010101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F0662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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