Html Css Color HEX #4E1AAB Purple Heart

📋 copy color: '#4E1AAB'

red 78 ◦ green 26 ◦ blue 171

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

Shades of Purple Heart #4E1AAB

Tints of Purple Heart #4E1AAB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.45%

 BLUE value IS 171 (67.19% from 255) = 62.18%

R = 28.36%
G = 9.45%
B = 62.18%

CMYK

 C value IS 0.54

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4E1AAB (or 0x4E1AAB) is known color: Purple Heart. HEX triplet: 4E, 1A and AB. RGB value is (78,26,171). Sum of RGB (Red+Green+Blue) = 78+26+171=275 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.36% from 275); Green value is 26 (10.55% from 255 or 9.45% from 275); Blue value is 171 (67.19% from 255 or 62.18% from 275); Max value from RGB is 171 - color contains mainly: blue. Hex color #4E1AAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E1AAB is #B1E554. Grayscale: #393939. Windows color (decimal): -11658581 or 11213390. OLE color: 11213390.

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

Color convert

RGB 78 26 171 -
CMYK 0.54 0.85 0 0.33
HSL 261.52º 0.74% 0.39% -
HSV(B) 261.52º 0.85% 0.67% -
XYZ 10.86 5.3 38.98 -
YUV 58.08 191.73 142.21 -
System Red Green Blue C M Y K H S L
Decimal 78 26 171 0.54 0.85 0 0.33 261.52 0.74 0.39
Hex 4E 1A AB 36 55 0 21 106 4A 27
Octal 116 32 253 66 125 0 41 406 112 47
Binary 1001110 11010 10101011 110110 1010101 0 100001 100000110 1001010 100111

Color Harmonies of #4E1AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E1AAB

Black with #4E1AAB

Text Example


Text Example

White with #4E1AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,26,171); }

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

background-color css

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

 a { background-color: rgb(78,26,171); }

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

border-color css

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

 span { border-color: rgb(78,26,171); }

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