#4D14AA

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

Shades of Purple Heart #4D14AA

Tints of Purple Heart #4D14AA

Color information

#4D14AA (or 0x4D14AA) is unknown color: approx Purple Heart. HEX triplet: 4D, 14 and AA. RGB value is (77,20,170). Sum of RGB (Red+Green+Blue) = 77+20+170=267 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.84% from 267); Green value is 20 (8.20% from 255 or 7.49% from 267); Blue value is 170 (66.80% from 255 or 63.67% from 267); Max value from RGB is 170 - color contains mainly: blue. Hex color #4D14AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D14AA is #B2EB55. Grayscale: #353535. Windows color (decimal): -11725654 or 11146317. OLE color: 11146317.

HSL color Cylindrical-coordinate representation of color #4D14AA: hue angle of 262.8º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4D14AA is Cyan = 0.55, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7720170-
CMYK0.550.8800.33
HSL262.8º78.95%37.25%-
HSV(B)262.8º88.24%66.67%-
XYZ10.574.9838.43-
YUV54.14193.38144.3-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 28.84%
GREEN value IS 20 (8.20% from 255) = 7.49%
BLUE value IS 170 (66.80% from 255) = 63.67%
R=28.84%
G=7.49%
B=63.67%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal77201700.550.8800.33262.878.9537.25
Hex4D14AA37580211074f25
Octal115242526713004140711745
Binary10011011010010101010110111101100001000011000001111001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D14AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,20,170); }

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

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

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

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

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

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

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