#5F1065

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

Shades of Palatinate Purple #5F1065

Tints of Palatinate Purple #5F1065

Color information

#5F1065 (or 0x5F1065) is unknown color: approx Palatinate Purple. HEX triplet: 5F, 10 and 65. RGB value is (95,16,101). Sum of RGB (Red+Green+Blue) = 95+16+101=212 (28% of max value = 765). Red value is 95 (37.5% from 255 or 44.81% from 212); Green value is 16 (6.64% from 255 or 7.55% from 212); Blue value is 101 (39.84% from 255 or 47.64% from 212); Max value from RGB is 101 - color contains mainly: blue. Hex color #5F1065 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F1065 is #A0EF9A. Grayscale: #313131. Windows color (decimal): -10547099 or 6623327. OLE color: 6623327.

HSL color Cylindrical-coordinate representation of color #5F1065: hue angle of 295.76º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5F1065 is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB9516101-
CMYK0.060.8400.60
HSL295.76º72.65%22.94%-
HSV(B)295.76º84.16%39.61%-
XYZ7.253.7412.65-
YUV49.31157.17160.59-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 44.81%
GREEN value IS 16 (6.64% from 255) = 7.55%
BLUE value IS 101 (39.84% from 255) = 47.64%
R=44.81%
G=7.55%
B=47.64%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal95161010.060.8400.60295.7672.6522.94
Hex5F106565403C1284917
Octal13720145612407445011127
Binary101111110000110010111010101000111100100101000100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F1065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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