#4D2AAF

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

Shades of Purple Heart #4D2AAF

Tints of Purple Heart #4D2AAF

Color information

#4D2AAF (or 0x4D2AAF) is unknown color: approx Purple Heart. HEX triplet: 4D, 2A and AF. RGB value is (77,42,175). Sum of RGB (Red+Green+Blue) = 77+42+175=294 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.19% from 294); Green value is 42 (16.80% from 255 or 14.29% from 294); Blue value is 175 (68.75% from 255 or 59.52% from 294); Max value from RGB is 175 - color contains mainly: blue. Hex color #4D2AAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D2AAF is #B2D550. Grayscale: #434343. Windows color (decimal): -11720017 or 11479629. OLE color: 11479629.

HSL color Cylindrical-coordinate representation of color #4D2AAF: hue angle of 255.79º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4D2AAF is Cyan = 0.56, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB7742175-
CMYK0.560.7600.31
HSL255.79º61.29%42.55%-
HSV(B)255.79º76%68.63%-
XYZ11.636.3341.17-
YUV67.63188.6134.69-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 26.19%
GREEN value IS 42 (16.80% from 255) = 14.29%
BLUE value IS 175 (68.75% from 255) = 59.52%
R=26.19%
G=14.29%
B=59.52%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal77421750.560.7600.31255.7961.2942.55
Hex4D2AAF384C01F1003d2b
Octal11552257701140374007553
Binary1001101101010101011111110001001100011111100000000111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D2AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,42,175); }

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

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

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

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

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

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

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