#4D0059

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

Shades of Hot Purple #4D0059

Tints of Hot Purple #4D0059

Color information

#4D0059 (or 0x4D0059) is unknown color: approx Hot Purple. HEX triplet: 4D, 00 and 59. RGB value is (77,0,89). Sum of RGB (Red+Green+Blue) = 77+0+89=166 (21% of max value = 765). Red value is 77 (30.47% from 255 or 46.39% from 166); Green value is 0 (0.39% from 255 or 0% from 166); Blue value is 89 (35.16% from 255 or 53.61% from 166); Max value from RGB is 89 - color contains mainly: blue. Hex color #4D0059 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D0059 is #B2FFA6. Grayscale: #202020. Windows color (decimal): -11730855 or 5832781. OLE color: 5832781.

HSL color Cylindrical-coordinate representation of color #4D0059: hue angle of 291.91º 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 #4D0059 is Cyan = 0.13, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB77089-
CMYK0.13100.65
HSL291.91º100%17.45%-
HSV(B)291.91º100%34.9%-
XYZ4.862.39.64-
YUV33.17159.51159.26-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 46.39%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 89 (35.16% from 255) = 53.61%
R=46.39%
G=0%
B=53.61%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal770890.13100.65291.9110017.45
Hex4D059D640411246411
Octal115013115144010144414421
Binary1001101010110011101110010001000001100100100110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D0059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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