#5F0466

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

Shades of Palatinate Purple #5F0466

Tints of Palatinate Purple #5F0466

Color information

#5F0466 (or 0x5F0466) is unknown color: approx Palatinate Purple. HEX triplet: 5F, 04 and 66. RGB value is (95,4,102). Sum of RGB (Red+Green+Blue) = 95+4+102=201 (26% of max value = 765). Red value is 95 (37.5% from 255 or 47.26% from 201); Green value is 4 (1.95% from 255 or 1.99% from 201); Blue value is 102 (40.23% from 255 or 50.75% from 201); Max value from RGB is 102 - color contains mainly: blue. Hex color #5F0466 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F0466 is #A0FB99. Grayscale: #2A2A2A. Windows color (decimal): -10550170 or 6685791. OLE color: 6685791.

HSL color Cylindrical-coordinate representation of color #5F0466: hue angle of 295.71º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5F0466 is Cyan = 0.07, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB954102-
CMYK0.070.9600.6
HSL295.71º92.45%20.78%-
HSV(B)295.71º96.08%40%-
XYZ7.163.4812.86-
YUV42.38161.65165.53-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 47.26%
GREEN value IS 4 (1.95% from 255) = 1.99%
BLUE value IS 102 (40.23% from 255) = 50.75%
R=47.26%
G=1.99%
B=50.75%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal9541020.070.9600.6295.7192.4520.78
Hex5F46676003C1285c15
Octal1374146714007445013425
Binary1011111100110011011111000000111100100101000101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F0466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,4,102); }

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

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

 a { background-color: rgb(95,4,102); }

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

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

 span { border-color: rgb(95,4,102); }

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