#4E25AA

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

Shades of Purple Heart #4E25AA

Tints of Purple Heart #4E25AA

Color information

#4E25AA (or 0x4E25AA) is unknown color: approx Purple Heart. HEX triplet: 4E, 25 and AA. RGB value is (78,37,170). Sum of RGB (Red+Green+Blue) = 78+37+170=285 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.37% from 285); Green value is 37 (14.84% from 255 or 12.98% from 285); Blue value is 170 (66.80% from 255 or 59.65% from 285); Max value from RGB is 170 - color contains mainly: blue. Hex color #4E25AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E25AA is #B1DA55. Grayscale: #3F3F3F. Windows color (decimal): -11655766 or 11150670. OLE color: 11150670.

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

Color convert

RGB7837170-
CMYK0.540.7800.33
HSL258.5º64.25%40.59%-
HSV(B)258.5º78.24%66.67%-
XYZ11.065.8538.58-
YUV64.42187.58137.69-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 27.37%
GREEN value IS 37 (14.84% from 255) = 12.98%
BLUE value IS 170 (66.80% from 255) = 59.65%
R=27.37%
G=12.98%
B=59.65%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal78371700.540.7800.33258.564.2540.59
Hex4E25AA364E0211024029
Octal116452526611604140210051
Binary100111010010110101010110110100111001000011000000101000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E25AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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