#6E1BAA

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

Shades of Purple Heart #6E1BAA

Tints of Purple Heart #6E1BAA

Color information

#6E1BAA (or 0x6E1BAA) is unknown color: approx Purple Heart. HEX triplet: 6E, 1B and AA. RGB value is (110,27,170). Sum of RGB (Red+Green+Blue) = 110+27+170=307 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.83% from 307); Green value is 27 (10.94% from 255 or 8.79% from 307); Blue value is 170 (66.80% from 255 or 55.37% from 307); Max value from RGB is 170 - color contains mainly: blue. Hex color #6E1BAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E1BAA is #91E455. Grayscale: #434343. Windows color (decimal): -9561174 or 11148142. OLE color: 11148142.

HSL color Cylindrical-coordinate representation of color #6E1BAA: hue angle of 274.83º 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 #6E1BAA is Cyan = 0.35, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11027170-
CMYK0.350.8400.33
HSL274.83º72.59%38.63%-
HSV(B)274.83º84.12%66.67%-
XYZ14.08738.64-
YUV68.12185.5157.87-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 35.83%
GREEN value IS 27 (10.94% from 255) = 8.79%
BLUE value IS 170 (66.80% from 255) = 55.37%
R=35.83%
G=8.79%
B=55.37%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal110271700.350.8400.33274.8372.5938.63
Hex6E1BAA23540211134927
Octal156332524312404142311147
Binary11011101101110101010100011101010001000011000100111001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E1BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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