Html Css Color HEX #4E12AA Purple Heart

📋 copy color: '#4E12AA'

red 78 ◦ green 18 ◦ blue 170

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

Shades of Purple Heart #4E12AA

Tints of Purple Heart #4E12AA

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.77%

 BLUE value IS 170 (66.8% from 255) = 63.91%

R = 29.32%
G = 6.77%
B = 63.91%

CMYK

 C value IS 0.54

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4E12AA (or 0x4E12AA) is known color: Purple Heart. HEX triplet: 4E, 12 and AA. RGB value is (78,18,170). Sum of RGB (Red+Green+Blue) = 78+18+170=266 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.32% from 266); Green value is 18 (7.42% from 255 or 6.77% from 266); Blue value is 170 (66.80% from 255 or 63.91% from 266); Max value from RGB is 170 - color contains mainly: blue. Hex color #4E12AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E12AA is #B1ED55. Grayscale: #343434. Windows color (decimal): -11660630 or 11145806. OLE color: 11145806.

HSL color Cylindrical-coordinate representation of color #4E12AA: hue angle of 263.68º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4E12AA is Cyan = 0.54, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 78 18 170 -
CMYK 0.54 0.89 0 0.33
HSL 263.68º 0.81% 0.37% -
HSV(B) 263.68º 0.89% 0.67% -
XYZ 10.61 4.95 38.43 -
YUV 53.27 193.88 145.64 -
System Red Green Blue C M Y K H S L
Decimal 78 18 170 0.54 0.89 0 0.33 263.68 0.81 0.37
Hex 4E 12 AA 36 59 0 21 108 51 25
Octal 116 22 252 66 131 0 41 410 121 45
Binary 1001110 10010 10101010 110110 1011001 0 100001 100001000 1010001 100101

Color Harmonies of #4E12AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E12AA

Black with #4E12AA

Text Example


Text Example

White with #4E12AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,18,170); }

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

background-color css

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

 a { background-color: rgb(78,18,170); }

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

border-color css

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

 span { border-color: rgb(78,18,170); }

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