#4D034D

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

Shades of Hot Purple #4D034D

Tints of Hot Purple #4D034D

Color information

#4D034D (or 0x4D034D) is unknown color: approx Hot Purple. HEX triplet: 4D, 03 and 4D. RGB value is (77,3,77). Sum of RGB (Red+Green+Blue) = 77+3+77=157 (20% of max value = 765). Red value is 77 (30.47% from 255 or 49.04% from 157); Green value is 3 (1.56% from 255 or 1.91% from 157); Blue value is 77 (30.47% from 255 or 49.04% from 157); Max value from RGB is 77 - color contains mainly: red, blue. Hex color #4D034D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D034D is #B2FCB2. Grayscale: #212121. Windows color (decimal): -11730099 or 5047117. OLE color: 5047117.

HSL color Cylindrical-coordinate representation of color #4D034D: hue angle of 300º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4D034D is Cyan = 0, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB77377-
CMYK00.9600.70
HSL300º92.5%15.69%-
HSV(B)300º96.1%30.2%-
XYZ4.432.187.21-
YUV33.56152.52158.98-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 49.04%
GREEN value IS 3 (1.56% from 255) = 1.91%
BLUE value IS 77 (30.47% from 255) = 49.04%
R=49.04%
G=1.91%
B=49.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7737700.9600.7030092.515.69
Hex4D34D06004612c5c10
Octal11531150140010645413420
Binary10011011110011010110000001000110100101100101110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D034D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,3,77); }

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

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

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

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

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

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

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