#4E2ACA

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

Shades of Purple Heart #4E2ACA

Tints of Purple Heart #4E2ACA

Color information

#4E2ACA (or 0x4E2ACA) is unknown color: approx Purple Heart. HEX triplet: 4E, 2A and CA. RGB value is (78,42,202). Sum of RGB (Red+Green+Blue) = 78+42+202=322 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.22% from 322); Green value is 42 (16.80% from 255 or 13.04% from 322); Blue value is 202 (79.30% from 255 or 62.73% from 322); Max value from RGB is 202 - color contains mainly: blue. Hex color #4E2ACA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E2ACA is #B1D535. Grayscale: #464646. Windows color (decimal): -11654454 or 13249102. OLE color: 13249102.

HSL color Cylindrical-coordinate representation of color #4E2ACA: hue angle of 253.5º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4E2ACA is Cyan = 0.61, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB7842202-
CMYK0.610.7900.21
HSL253.5º65.57%47.84%-
HSV(B)253.5º79.21%79.22%-
XYZ14.637.5456.56-
YUV71201.93132.99-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 24.22%
GREEN value IS 42 (16.80% from 255) = 13.04%
BLUE value IS 202 (79.30% from 255) = 62.73%
R=24.22%
G=13.04%
B=62.73%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal78422020.610.7900.21253.565.5747.84
Hex4E2ACA3D4F015fe4230
Octal116523127511702537610260
Binary1001110101010110010101111011001111010101111111101000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,42,202); }

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

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

 a { background-color: rgb(78,42,202); }

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

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

 span { border-color: rgb(78,42,202); }

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