Html Css Color HEX #4E2ACC Purple Heart

📋 copy color: '#4E2ACC'

red 78 ◦ green 42 ◦ blue 204

#4E2ACC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #4E2ACC

Tints of Purple Heart #4E2ACC

RGB

 RED value IS 78 (30.86% from 255) = 24.07%

 GREEN value IS 42 (16.8% from 255) = 12.96%

 BLUE value IS 204 (80.08% from 255) = 62.96%

R = 24.07%
G = 12.96%
B = 62.96%

CMYK

 C value IS 0.62

 M value IS 0.79

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4E2ACC (or 0x4E2ACC) is known color: Purple Heart. HEX triplet: 4E, 2A and CC. RGB value is (78,42,204). Sum of RGB (Red+Green+Blue) = 78+42+204=324 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.07% from 324); Green value is 42 (16.80% from 255 or 12.96% from 324); Blue value is 204 (80.08% from 255 or 62.96% from 324); Max value from RGB is 204 - color contains mainly: blue. Hex color #4E2ACC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E2ACC is #B1D533. Grayscale: #464646. Windows color (decimal): -11654452 or 13380174. OLE color: 13380174.

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

Color convert

RGB 78 42 204 -
CMYK 0.62 0.79 0 0.2
HSL 253.33º 0.66% 0.48% -
HSV(B) 253.33º 0.79% 0.8% -
XYZ 14.87 7.64 57.82 -
YUV 71.23 202.93 132.83 -
System Red Green Blue C M Y K H S L
Decimal 78 42 204 0.62 0.79 0 0.2 253.33 0.66 0.48
Hex 4E 2A CC 3E 4F 0 14 FD 42 30
Octal 116 52 314 76 117 0 24 375 102 60
Binary 1001110 101010 11001100 111110 1001111 0 10100 11111101 1000010 110000

Color Harmonies of #4E2ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E2ACC

Black with #4E2ACC

Text Example


Text Example

White with #4E2ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4E2ACC;
 }
 .AnyTagClassName
 {
   color: #4E2ACC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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