#4E21BA

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

Shades of Purple Heart #4E21BA

Tints of Purple Heart #4E21BA

Color information

#4E21BA (or 0x4E21BA) is unknown color: approx Purple Heart. HEX triplet: 4E, 21 and BA. RGB value is (78,33,186). Sum of RGB (Red+Green+Blue) = 78+33+186=297 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26.26% from 297); Green value is 33 (13.28% from 255 or 11.11% from 297); Blue value is 186 (73.05% from 255 or 62.63% from 297); Max value from RGB is 186 - color contains mainly: blue. Hex color #4E21BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E21BA is #B1DE45. Grayscale: #3F3F3F. Windows color (decimal): -11656774 or 12198222. OLE color: 12198222.

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

Color convert

RGB7833186-
CMYK0.580.8200.27
HSL257.65º69.86%42.94%-
HSV(B)257.65º82.26%72.94%-
XYZ12.556.2547-
YUV63.9196.91138.06-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 26.26%
GREEN value IS 33 (13.28% from 255) = 11.11%
BLUE value IS 186 (73.05% from 255) = 62.63%
R=26.26%
G=11.11%
B=62.63%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal78331860.580.8200.27257.6569.8642.94
Hex4E21BA3A5201B102462b
Octal116412727212203340210653
Binary10011101000011011101011101010100100110111000000101000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E21BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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