#5F1062

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

Shades of Palatinate Purple #5F1062

Tints of Palatinate Purple #5F1062

Color information

#5F1062 (or 0x5F1062) is unknown color: approx Palatinate Purple. HEX triplet: 5F, 10 and 62. RGB value is (95,16,98). Sum of RGB (Red+Green+Blue) = 95+16+98=209 (27% of max value = 765). Red value is 95 (37.5% from 255 or 45.45% from 209); Green value is 16 (6.64% from 255 or 7.66% from 209); Blue value is 98 (38.67% from 255 or 46.89% from 209); Max value from RGB is 98 - color contains mainly: blue. Hex color #5F1062 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F1062 is #A0EF9D. Grayscale: #303030. Windows color (decimal): -10547102 or 6426719. OLE color: 6426719.

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

Color convert

RGB951698-
CMYK0.030.8400.62
HSL297.8º71.93%22.35%-
HSV(B)297.8º83.67%38.43%-
XYZ7.113.6911.89-
YUV48.97155.67160.83-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 45.45%
GREEN value IS 16 (6.64% from 255) = 7.66%
BLUE value IS 98 (38.67% from 255) = 46.89%
R=45.45%
G=7.66%
B=46.89%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9516980.030.8400.62297.871.9322.35
Hex5F106235403E12a4816
Octal13720142312407645211026
Binary10111111000011000101110101000111110100101010100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F1062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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