Html Css Color HEX #4E14AC Purple Heart

📋 copy color: '#4E14AC'

red 78 ◦ green 20 ◦ blue 172

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

Shades of Purple Heart #4E14AC

Tints of Purple Heart #4E14AC

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.41%

 BLUE value IS 172 (67.58% from 255) = 63.7%

R = 28.89%
G = 7.41%
B = 63.7%

CMYK

 C value IS 0.55

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4E14AC (or 0x4E14AC) is known color: Purple Heart. HEX triplet: 4E, 14 and AC. RGB value is (78,20,172). Sum of RGB (Red+Green+Blue) = 78+20+172=270 (35% of max value = 765). Red value is 78 (30.86% from 255 or 28.89% from 270); Green value is 20 (8.20% from 255 or 7.41% from 270); Blue value is 172 (67.58% from 255 or 63.70% from 270); Max value from RGB is 172 - color contains mainly: blue. Hex color #4E14AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E14AC is #B1EB53. Grayscale: #363636. Windows color (decimal): -11660116 or 11277390. OLE color: 11277390.

HSL color Cylindrical-coordinate representation of color #4E14AC: hue angle of 262.89º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4E14AC is Cyan = 0.55, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 78 20 172 -
CMYK 0.55 0.88 0 0.33
HSL 262.89º 0.79% 0.38% -
HSV(B) 262.89º 0.88% 0.67% -
XYZ 10.84 5.1 39.44 -
YUV 54.67 194.22 144.64 -
System Red Green Blue C M Y K H S L
Decimal 78 20 172 0.55 0.88 0 0.33 262.89 0.79 0.38
Hex 4E 14 AC 37 58 0 21 107 4F 26
Octal 116 24 254 67 130 0 41 407 117 46
Binary 1001110 10100 10101100 110111 1011000 0 100001 100000111 1001111 100110

Color Harmonies of #4E14AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E14AC

Black with #4E14AC

Text Example


Text Example

White with #4E14AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,20,172); }

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

background-color css

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

 a { background-color: rgb(78,20,172); }

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

border-color css

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

 span { border-color: rgb(78,20,172); }

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