#4e21af

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

Shades of Purple Heart #4E21AF

Tints of Purple Heart #4E21AF

Color information

#4E21AF (or 0x4E21AF) is unknown color: approx Purple Heart. HEX triplet: 4E, 21 and AF. RGB value is (78,33,175). Sum of RGB (Red+Green+Blue) = 78+33+175=286 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.27% from 286); Green value is 33 (13.28% from 255 or 11.54% from 286); Blue value is 175 (68.75% from 255 or 61.19% from 286); Max value from RGB is 175 - color contains mainly: blue. Hex color #4E21AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E21AF is #B1DE50. Grayscale: #3E3E3E. Windows color (decimal): -11656785 or 11477326. OLE color: 11477326.

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

Color convert

RGB7833175-
CMYK0.550.8100.31
HSL259.01º68.27%40.78%-
HSV(B)259.01º81.14%68.63%-
XYZ11.425.841.08-
YUV62.64191.41138.95-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 27.27%
GREEN value IS 33 (13.28% from 255) = 11.54%
BLUE value IS 175 (68.75% from 255) = 61.19%
R=27.27%
G=11.54%
B=61.19%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal78331750.550.8100.31259.0168.2740.78
Hex4E21AF375101F1034429
Octal116412576712103740310451
Binary10011101000011010111111011110100010111111000000111000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4e21af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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