#4E1AAA

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

Shades of Purple Heart #4E1AAA

Tints of Purple Heart #4E1AAA

Color information

#4E1AAA (or 0x4E1AAA) is unknown color: approx Purple Heart. HEX triplet: 4E, 1A and AA. RGB value is (78,26,170). Sum of RGB (Red+Green+Blue) = 78+26+170=274 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.47% from 274); Green value is 26 (10.55% from 255 or 9.49% from 274); Blue value is 170 (66.80% from 255 or 62.04% from 274); Max value from RGB is 170 - color contains mainly: blue. Hex color #4E1AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E1AAA is #B1E555. Grayscale: #393939. Windows color (decimal): -11658582 or 11147854. OLE color: 11147854.

HSL color Cylindrical-coordinate representation of color #4E1AAA: hue angle of 261.67º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4E1AAA is Cyan = 0.54, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7826170-
CMYK0.540.8500.33
HSL261.67º73.47%38.43%-
HSV(B)261.67º84.71%66.67%-
XYZ10.775.2638.48-
YUV57.96191.23142.29-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 28.47%
GREEN value IS 26 (10.55% from 255) = 9.49%
BLUE value IS 170 (66.80% from 255) = 62.04%
R=28.47%
G=9.49%
B=62.04%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal78261700.540.8500.33261.6773.4738.43
Hex4E1AAA36550211064926
Octal116322526612504140611146
Binary10011101101010101010110110101010101000011000001101001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,26,170); }

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

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

 a { background-color: rgb(78,26,170); }

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

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

 span { border-color: rgb(78,26,170); }

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