#4D1159

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

Shades of Hot Purple #4D1159

Tints of Hot Purple #4D1159

Color information

#4D1159 (or 0x4D1159) is unknown color: approx Hot Purple. HEX triplet: 4D, 11 and 59. RGB value is (77,17,89). Sum of RGB (Red+Green+Blue) = 77+17+89=183 (24% of max value = 765). Red value is 77 (30.47% from 255 or 42.08% from 183); Green value is 17 (7.03% from 255 or 9.29% from 183); Blue value is 89 (35.16% from 255 or 48.63% from 183); Max value from RGB is 89 - color contains mainly: blue. Hex color #4D1159 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D1159 is #B2EEA6. Grayscale: #2A2A2A. Windows color (decimal): -11726503 or 5837133. OLE color: 5837133.

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

Color convert

RGB771789-
CMYK0.130.8100.65
HSL290º67.92%20.78%-
HSV(B)290º80.9%34.9%-
XYZ5.062.79.71-
YUV43.15153.88152.15-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 42.08%
GREEN value IS 17 (7.03% from 255) = 9.29%
BLUE value IS 89 (35.16% from 255) = 48.63%
R=42.08%
G=9.29%
B=48.63%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7717890.130.8100.6529067.9220.78
Hex4D1159D510411224415
Octal1152113115121010144210425
Binary10011011000110110011101101000101000001100100010100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D1159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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