#4E1BAA

Color #4E1BAA Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #4E1BAA

Tints of Purple Heart #4E1BAA

Color information

#4E1BAA (or 0x4E1BAA) is unknown color: approx Purple Heart. HEX triplet: 4E, 1B and AA. RGB value is (78,27,170). Sum of RGB (Red+Green+Blue) = 78+27+170=275 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.36% from 275); Green value is 27 (10.94% from 255 or 9.82% from 275); Blue value is 170 (66.80% from 255 or 61.82% from 275); Max value from RGB is 170 - color contains mainly: blue. Hex color #4E1BAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E1BAA is #B1E455. Grayscale: #3A3A3A. Windows color (decimal): -11658326 or 11148110. OLE color: 11148110.

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

Color convert

RGB7827170-
CMYK0.540.8400.33
HSL261.4º72.59%38.63%-
HSV(B)261.4º84.12%66.67%-
XYZ10.795.3138.49-
YUV58.55190.9141.87-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 28.36%
GREEN value IS 27 (10.94% from 255) = 9.82%
BLUE value IS 170 (66.80% from 255) = 61.82%
R=28.36%
G=9.82%
B=61.82%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal78271700.540.8400.33261.472.5938.63
Hex4E1BAA36540211054927
Octal116332526612404140511147
Binary10011101101110101010110110101010001000011000001011001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4E1BAA;
 }
 .AnyTagClassName
 {
   color: #4E1BAA;
 }
</style>
background-color css

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

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

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

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

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

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