Html Css Color HEX #4E1EAC Purple Heart

📋 copy color: '#4E1EAC'

red 78 ◦ green 30 ◦ blue 172

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

Shades of Purple Heart #4E1EAC

Tints of Purple Heart #4E1EAC

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.71%

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

R = 27.86%
G = 10.71%
B = 61.43%

CMYK

 C value IS 0.55

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4E1EAC (or 0x4E1EAC) is known color: Purple Heart. HEX triplet: 4E, 1E and AC. RGB value is (78,30,172). Sum of RGB (Red+Green+Blue) = 78+30+172=280 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.86% from 280); Green value is 30 (12.11% from 255 or 10.71% from 280); Blue value is 172 (67.58% from 255 or 61.43% from 280); Max value from RGB is 172 - color contains mainly: blue. Hex color #4E1EAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E1EAC is #B1E153. Grayscale: #3C3C3C. Windows color (decimal): -11657556 or 11279950. OLE color: 11279950.

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

Color convert

RGB 78 30 172 -
CMYK 0.55 0.83 0 0.33
HSL 260.28º 0.7% 0.4% -
HSV(B) 260.28º 0.83% 0.67% -
XYZ 11.05 5.53 39.51 -
YUV 60.54 190.9 140.45 -
System Red Green Blue C M Y K H S L
Decimal 78 30 172 0.55 0.83 0 0.33 260.28 0.7 0.4
Hex 4E 1E AC 37 53 0 21 104 46 28
Octal 116 36 254 67 123 0 41 404 106 50
Binary 1001110 11110 10101100 110111 1010011 0 100001 100000100 1000110 101000

Color Harmonies of #4E1EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E1EAC

Black with #4E1EAC

Text Example


Text Example

White with #4E1EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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