#5F056A

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

Shades of Purple #5F056A

Tints of Purple #5F056A

Color information

#5F056A (or 0x5F056A) is unknown color: approx Purple. HEX triplet: 5F, 05 and 6A. RGB value is (95,5,106). Sum of RGB (Red+Green+Blue) = 95+5+106=206 (27% of max value = 765). Red value is 95 (37.5% from 255 or 46.12% from 206); Green value is 5 (2.34% from 255 or 2.43% from 206); Blue value is 106 (41.80% from 255 or 51.46% from 206); Max value from RGB is 106 - color contains mainly: blue. Hex color #5F056A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F056A is #A0FA95. Grayscale: #2B2B2B. Windows color (decimal): -10549910 or 6948191. OLE color: 6948191.

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

Color convert

RGB955106-
CMYK0.100.9500.58
HSL293.47º90.99%21.76%-
HSV(B)293.47º95.28%41.57%-
XYZ7.383.5813.94-
YUV43.42163.32164.79-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 46.12%
GREEN value IS 5 (2.34% from 255) = 2.43%
BLUE value IS 106 (41.80% from 255) = 51.46%
R=46.12%
G=2.43%
B=51.46%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal9551060.100.9500.58293.4790.9921.76
Hex5F56AA5F03A1255b16
Octal13751521213707244513326
Binary10111111011101010101010111110111010100100101101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F056A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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