#6E2AAE

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

Shades of Purple Heart #6E2AAE

Tints of Purple Heart #6E2AAE

Color information

#6E2AAE (or 0x6E2AAE) is unknown color: approx Purple Heart. HEX triplet: 6E, 2A and AE. RGB value is (110,42,174). Sum of RGB (Red+Green+Blue) = 110+42+174=326 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.74% from 326); Green value is 42 (16.80% from 255 or 12.88% from 326); Blue value is 174 (68.36% from 255 or 53.37% from 326); Max value from RGB is 174 - color contains mainly: blue. Hex color #6E2AAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E2AAE is #91D551. Grayscale: #4C4C4C. Windows color (decimal): -9557330 or 11414126. OLE color: 11414126.

HSL color Cylindrical-coordinate representation of color #6E2AAE: hue angle of 270.91º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6E2AAE is Cyan = 0.37, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11042174-
CMYK0.370.7600.32
HSL270.91º61.11%42.35%-
HSV(B)270.91º75.86%68.24%-
XYZ14.98.0340.81-
YUV77.38182.53151.27-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 33.74%
GREEN value IS 42 (16.80% from 255) = 12.88%
BLUE value IS 174 (68.36% from 255) = 53.37%
R=33.74%
G=12.88%
B=53.37%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal110421740.370.7600.32270.9161.1142.35
Hex6E2AAE254C02010f3d2a
Octal15652256451140404177552
Binary11011101010101010111010010110011000100000100001111111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E2AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,42,174); }

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

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

 a { background-color: rgb(110,42,174); }

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

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

 span { border-color: rgb(110,42,174); }

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