#4F0059

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

Shades of Hot Purple #4F0059

Tints of Hot Purple #4F0059

Color information

#4F0059 (or 0x4F0059) is unknown color: approx Hot Purple. HEX triplet: 4F, 00 and 59. RGB value is (79,0,89). Sum of RGB (Red+Green+Blue) = 79+0+89=168 (22% of max value = 765). Red value is 79 (31.25% from 255 or 47.02% from 168); Green value is 0 (0.39% from 255 or 0% from 168); Blue value is 89 (35.16% from 255 or 52.98% from 168); Max value from RGB is 89 - color contains mainly: blue. Hex color #4F0059 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F0059 is #B0FFA6. Grayscale: #212121. Windows color (decimal): -11599783 or 5832783. OLE color: 5832783.

HSL color Cylindrical-coordinate representation of color #4F0059: hue angle of 293.26º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4F0059 is Cyan = 0.11, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB79089-
CMYK0.11100.65
HSL293.26º100%17.45%-
HSV(B)293.26º100%34.9%-
XYZ5.032.389.65-
YUV33.77159.17160.26-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 47.02%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 89 (35.16% from 255) = 52.98%
R=47.02%
G=0%
B=52.98%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal790890.11100.65293.2610017.45
Hex4F059B640411256411
Octal117013113144010144514421
Binary1001111010110011011110010001000001100100101110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F0059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4F0059; }

 p { color: rgb(79,0,89); }

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

<style>
 a { background-color: #4F0059; }

 a { background-color: rgb(79,0,89); }

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

<style>
 span { border-color: #4F0059; }

 span { border-color: rgb(79,0,89); }

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