#5F086A

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

Shades of Palatinate Purple #5F086A

Tints of Palatinate Purple #5F086A

Color information

#5F086A (or 0x5F086A) is unknown color: approx Palatinate Purple. HEX triplet: 5F, 08 and 6A. RGB value is (95,8,106). Sum of RGB (Red+Green+Blue) = 95+8+106=209 (27% of max value = 765). Red value is 95 (37.5% from 255 or 45.45% from 209); Green value is 8 (3.52% from 255 or 3.83% from 209); Blue value is 106 (41.80% from 255 or 50.72% from 209); Max value from RGB is 106 - color contains mainly: blue. Hex color #5F086A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F086A is #A0F795. Grayscale: #2C2C2C. Windows color (decimal): -10549142 or 6948959. OLE color: 6948959.

HSL color Cylindrical-coordinate representation of color #5F086A: hue angle of 293.27º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5F086A is Cyan = 0.10, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB958106-
CMYK0.100.9200.58
HSL293.27º85.96%22.35%-
HSV(B)293.27º92.45%41.57%-
XYZ7.413.6513.95-
YUV45.18162.32163.53-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 45.45%
GREEN value IS 8 (3.52% from 255) = 3.83%
BLUE value IS 106 (41.80% from 255) = 50.72%
R=45.45%
G=3.83%
B=50.72%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal9581060.100.9200.58293.2785.9622.35
Hex5F86AA5C03A1255616
Octal137101521213407244512626
Binary101111110001101010101010111000111010100100101101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F086A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,8,106); }

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

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

 a { background-color: rgb(95,8,106); }

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

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

 span { border-color: rgb(95,8,106); }

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