#5F1662

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

Shades of Palatinate Purple #5F1662

Tints of Palatinate Purple #5F1662

Color information

#5F1662 (or 0x5F1662) is unknown color: approx Palatinate Purple. HEX triplet: 5F, 16 and 62. RGB value is (95,22,98). Sum of RGB (Red+Green+Blue) = 95+22+98=215 (28% of max value = 765). Red value is 95 (37.5% from 255 or 44.19% from 215); Green value is 22 (8.98% from 255 or 10.23% from 215); Blue value is 98 (38.67% from 255 or 45.58% from 215); Max value from RGB is 98 - color contains mainly: blue. Hex color #5F1662 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F1662 is #A0E99D. Grayscale: #343434. Windows color (decimal): -10545566 or 6428255. OLE color: 6428255.

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

Color convert

RGB952298-
CMYK0.030.7800.62
HSL297.63º63.33%23.53%-
HSV(B)297.63º77.55%38.43%-
XYZ7.213.8911.93-
YUV52.49153.68158.32-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 44.19%
GREEN value IS 22 (8.98% from 255) = 10.23%
BLUE value IS 98 (38.67% from 255) = 45.58%
R=44.19%
G=10.23%
B=45.58%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9522980.030.7800.62297.6363.3323.53
Hex5F166234E03E12a3f18
Octal1372614231160764527730
Binary1011111101101100010111001110011111010010101011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F1662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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