#5F026A

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

Shades of Purple #5F026A

Tints of Purple #5F026A

Color information

#5F026A (or 0x5F026A) is unknown color: approx Purple. HEX triplet: 5F, 02 and 6A. RGB value is (95,2,106). Sum of RGB (Red+Green+Blue) = 95+2+106=203 (26% of max value = 765). Red value is 95 (37.5% from 255 or 46.80% from 203); Green value is 2 (1.17% from 255 or 0.99% from 203); Blue value is 106 (41.80% from 255 or 52.22% from 203); Max value from RGB is 106 - color contains mainly: blue. Hex color #5F026A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F026A is #A0FD95. Grayscale: #292929. Windows color (decimal): -10550678 or 6947423. OLE color: 6947423.

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

Color convert

RGB952106-
CMYK0.100.9800.58
HSL293.65º96.3%21.18%-
HSV(B)293.65º98.11%41.57%-
XYZ7.343.5213.93-
YUV41.66164.31166.04-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 46.80%
GREEN value IS 2 (1.17% from 255) = 0.99%
BLUE value IS 106 (41.80% from 255) = 52.22%
R=46.80%
G=0.99%
B=52.22%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal9521060.100.9800.58293.6596.321.18
Hex5F26AA6203A1266015
Octal13721521214207244614025
Binary1011111101101010101011000100111010100100110110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F026A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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