#4D1059

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

Shades of Hot Purple #4D1059

Tints of Hot Purple #4D1059

Color information

#4D1059 (or 0x4D1059) is unknown color: approx Hot Purple. HEX triplet: 4D, 10 and 59. RGB value is (77,16,89). Sum of RGB (Red+Green+Blue) = 77+16+89=182 (24% of max value = 765). Red value is 77 (30.47% from 255 or 42.31% from 182); Green value is 16 (6.64% from 255 or 8.79% from 182); Blue value is 89 (35.16% from 255 or 48.90% from 182); Max value from RGB is 89 - color contains mainly: blue. Hex color #4D1059 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D1059 is #B2EFA6. Grayscale: #2A2A2A. Windows color (decimal): -11726759 or 5836877. OLE color: 5836877.

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

Color convert

RGB771689-
CMYK0.130.8200.65
HSL290.14º69.52%20.59%-
HSV(B)290.14º82.02%34.9%-
XYZ5.052.679.7-
YUV42.56154.21152.56-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 42.31%
GREEN value IS 16 (6.64% from 255) = 8.79%
BLUE value IS 89 (35.16% from 255) = 48.90%
R=42.31%
G=8.79%
B=48.90%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7716890.130.8200.65290.1469.5220.59
Hex4D1059D520411224615
Octal1152013115122010144210625
Binary10011011000010110011101101001001000001100100010100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D1059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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