#4E32BA

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

Shades of Purple Heart #4E32BA

Tints of Purple Heart #4E32BA

Color information

#4E32BA (or 0x4E32BA) is unknown color: approx Purple Heart. HEX triplet: 4E, 32 and BA. RGB value is (78,50,186). Sum of RGB (Red+Green+Blue) = 78+50+186=314 (41% of max value = 765). Red value is 78 (30.86% from 255 or 24.84% from 314); Green value is 50 (19.92% from 255 or 15.92% from 314); Blue value is 186 (73.05% from 255 or 59.24% from 314); Max value from RGB is 186 - color contains mainly: blue. Hex color #4E32BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E32BA is #B1CD45. Grayscale: #494949. Windows color (decimal): -11652422 or 12202574. OLE color: 12202574.

HSL color Cylindrical-coordinate representation of color #4E32BA: hue angle of 252.35º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4E32BA is Cyan = 0.58, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB7850186-
CMYK0.580.7300.27
HSL252.35º57.63%46.27%-
HSV(B)252.35º73.12%72.94%-
XYZ13.157.4547.2-
YUV73.88191.28130.94-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 24.84%
GREEN value IS 50 (19.92% from 255) = 15.92%
BLUE value IS 186 (73.05% from 255) = 59.24%
R=24.84%
G=15.92%
B=59.24%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal78501860.580.7300.27252.3557.6346.27
Hex4E32BA3A4901Bfc3a2e
Octal11662272721110333747256
Binary100111011001010111010111010100100101101111111100111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E32BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,50,186); }

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

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

 a { background-color: rgb(78,50,186); }

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

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

 span { border-color: rgb(78,50,186); }

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