#4E3AB5

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

Shades of Purple Heart #4E3AB5

Tints of Purple Heart #4E3AB5

Color information

#4E3AB5 (or 0x4E3AB5) is unknown color: approx Purple Heart. HEX triplet: 4E, 3A and B5. RGB value is (78,58,181). Sum of RGB (Red+Green+Blue) = 78+58+181=317 (41% of max value = 765). Red value is 78 (30.86% from 255 or 24.61% from 317); Green value is 58 (23.05% from 255 or 18.30% from 317); Blue value is 181 (71.09% from 255 or 57.10% from 317); Max value from RGB is 181 - color contains mainly: blue. Hex color #4E3AB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E3AB5 is #B1C54A. Grayscale: #4D4D4D. Windows color (decimal): -11650379 or 11876942. OLE color: 11876942.

HSL color Cylindrical-coordinate representation of color #4E3AB5: hue angle of 249.76º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4E3AB5 is Cyan = 0.57, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB7858181-
CMYK0.570.6800.29
HSL249.76º51.46%46.86%-
HSV(B)249.76º67.96%70.98%-
XYZ137.9844.57-
YUV78186.13128-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 24.61%
GREEN value IS 58 (23.05% from 255) = 18.30%
BLUE value IS 181 (71.09% from 255) = 57.10%
R=24.61%
G=18.30%
B=57.10%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal78581810.570.6800.29249.7651.4646.86
Hex4E3AB5394401Dfa332f
Octal11672265711040353726357
Binary100111011101010110101111001100010001110111111010110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3AB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,58,181); }

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

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

 a { background-color: rgb(78,58,181); }

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

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

 span { border-color: rgb(78,58,181); }

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