#4D1559

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

Shades of Hot Purple #4D1559

Tints of Hot Purple #4D1559

Color information

#4D1559 (or 0x4D1559) is unknown color: approx Hot Purple. HEX triplet: 4D, 15 and 59. RGB value is (77,21,89). Sum of RGB (Red+Green+Blue) = 77+21+89=187 (24% of max value = 765). Red value is 77 (30.47% from 255 or 41.18% from 187); Green value is 21 (8.59% from 255 or 11.23% from 187); Blue value is 89 (35.16% from 255 or 47.59% from 187); Max value from RGB is 89 - color contains mainly: blue. Hex color #4D1559 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D1559 is #B2EAA6. Grayscale: #2D2D2D. Windows color (decimal): -11725479 or 5838157. OLE color: 5838157.

HSL color Cylindrical-coordinate representation of color #4D1559: hue angle of 289.41º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4D1559 is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB772189-
CMYK0.130.7600.65
HSL289.41º61.82%21.57%-
HSV(B)289.41º76.4%34.9%-
XYZ5.132.849.73-
YUV45.5152.55150.47-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 41.18%
GREEN value IS 21 (8.59% from 255) = 11.23%
BLUE value IS 89 (35.16% from 255) = 47.59%
R=41.18%
G=11.23%
B=47.59%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7721890.130.7600.65289.4161.8221.57
Hex4D1559D4C0411213e16
Octal115251311511401014417626
Binary1001101101011011001110110011000100000110010000111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D1559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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