#5F006A

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

Shades of Purple #5F006A

Tints of Purple #5F006A

Color information

#5F006A (or 0x5F006A) is unknown color: approx Purple. HEX triplet: 5F, 00 and 6A. RGB value is (95,0,106). Sum of RGB (Red+Green+Blue) = 95+0+106=201 (26% of max value = 765). Red value is 95 (37.5% from 255 or 47.26% from 201); Green value is 0 (0.39% from 255 or 0% from 201); Blue value is 106 (41.80% from 255 or 52.74% from 201); Max value from RGB is 106 - color contains mainly: blue. Hex color #5F006A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F006A is #A0FF95. Grayscale: #282828. Windows color (decimal): -10551190 or 6946911. OLE color: 6946911.

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

Color convert

RGB950106-
CMYK0.10100.58
HSL293.77º100%20.78%-
HSV(B)293.77º100%41.57%-
XYZ7.323.4713.92-
YUV40.49164.97166.88-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 47.26%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 106 (41.80% from 255) = 52.74%
R=47.26%
G=0%
B=52.74%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal9501060.10100.58293.7710020.78
Hex5F06AA6403A1266415
Octal13701521214407244614425
Binary101111101101010101011001000111010100100110110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F006A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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