#4E21AD

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

Shades of Purple Heart #4E21AD

Tints of Purple Heart #4E21AD

Color information

#4E21AD (or 0x4E21AD) is unknown color: approx Purple Heart. HEX triplet: 4E, 21 and AD. RGB value is (78,33,173). Sum of RGB (Red+Green+Blue) = 78+33+173=284 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.46% from 284); Green value is 33 (13.28% from 255 or 11.62% from 284); Blue value is 173 (67.97% from 255 or 60.92% from 284); Max value from RGB is 173 - color contains mainly: blue. Hex color #4E21AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E21AD is #B1DE52. Grayscale: #3D3D3D. Windows color (decimal): -11656787 or 11346254. OLE color: 11346254.

HSL color Cylindrical-coordinate representation of color #4E21AD: hue angle of 259.29º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4E21AD is Cyan = 0.55, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB7833173-
CMYK0.550.8100.32
HSL259.29º67.96%40.39%-
HSV(B)259.29º80.92%67.84%-
XYZ11.235.7240.05-
YUV62.42190.41139.12-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 27.46%
GREEN value IS 33 (13.28% from 255) = 11.62%
BLUE value IS 173 (67.97% from 255) = 60.92%
R=27.46%
G=11.62%
B=60.92%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal78331730.550.8100.32259.2967.9640.39
Hex4E21AD37510201034428
Octal116412556712104040310450
Binary100111010000110101101110111101000101000001000000111000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E21AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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