#5F0D62

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

Shades of Palatinate Purple #5F0D62

Tints of Palatinate Purple #5F0D62

Color information

#5F0D62 (or 0x5F0D62) is unknown color: approx Palatinate Purple. HEX triplet: 5F, 0D and 62. RGB value is (95,13,98). Sum of RGB (Red+Green+Blue) = 95+13+98=206 (27% of max value = 765). Red value is 95 (37.5% from 255 or 46.12% from 206); Green value is 13 (5.47% from 255 or 6.31% from 206); Blue value is 98 (38.67% from 255 or 47.57% from 206); Max value from RGB is 98 - color contains mainly: blue. Hex color #5F0D62 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F0D62 is #A0F29D. Grayscale: #2E2E2E. Windows color (decimal): -10547870 or 6425951. OLE color: 6425951.

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

Color convert

RGB951398-
CMYK0.030.8700.62
HSL297.88º76.58%21.76%-
HSV(B)297.88º86.73%38.43%-
XYZ7.073.611.88-
YUV47.21156.67162.09-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 46.12%
GREEN value IS 13 (5.47% from 255) = 6.31%
BLUE value IS 98 (38.67% from 255) = 47.57%
R=46.12%
G=6.31%
B=47.57%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9513980.030.8700.62297.8876.5821.76
Hex5FD6235703E12a4d16
Octal13715142312707645211526
Binary1011111110111000101110101110111110100101010100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F0D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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