#5F0669

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

Shades of Palatinate Purple #5F0669

Tints of Palatinate Purple #5F0669

Color information

#5F0669 (or 0x5F0669) is unknown color: approx Palatinate Purple. HEX triplet: 5F, 06 and 69. RGB value is (95,6,105). Sum of RGB (Red+Green+Blue) = 95+6+105=206 (27% of max value = 765). Red value is 95 (37.5% from 255 or 46.12% from 206); Green value is 6 (2.73% from 255 or 2.91% from 206); Blue value is 105 (41.41% from 255 or 50.97% from 206); Max value from RGB is 105 - color contains mainly: blue. Hex color #5F0669 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F0669 is #A0F996. Grayscale: #2B2B2B. Windows color (decimal): -10549655 or 6882911. OLE color: 6882911.

HSL color Cylindrical-coordinate representation of color #5F0669: hue angle of 293.94º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5F0669 is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB956105-
CMYK0.100.9400.59
HSL293.94º89.19%21.76%-
HSV(B)293.94º94.29%41.18%-
XYZ7.333.5813.67-
YUV43.9162.49164.45-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 46.12%
GREEN value IS 6 (2.73% from 255) = 2.91%
BLUE value IS 105 (41.41% from 255) = 50.97%
R=46.12%
G=2.91%
B=50.97%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal9561050.100.9400.59293.9489.1921.76
Hex5F669A5E03B1265916
Octal13761511213607344613126
Binary10111111101101001101010111100111011100100110101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F0669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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