#6E22AA

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

Shades of Purple Heart #6E22AA

Tints of Purple Heart #6E22AA

Color information

#6E22AA (or 0x6E22AA) is unknown color: approx Purple Heart. HEX triplet: 6E, 22 and AA. RGB value is (110,34,170). Sum of RGB (Red+Green+Blue) = 110+34+170=314 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.03% from 314); Green value is 34 (13.67% from 255 or 10.83% from 314); Blue value is 170 (66.80% from 255 or 54.14% from 314); Max value from RGB is 170 - color contains mainly: blue. Hex color #6E22AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E22AA is #91DD55. Grayscale: #474747. Windows color (decimal): -9559382 or 11149934. OLE color: 11149934.

HSL color Cylindrical-coordinate representation of color #6E22AA: hue angle of 273.53º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6E22AA is Cyan = 0.35, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11034170-
CMYK0.350.8000.33
HSL273.53º66.67%40%-
HSV(B)273.53º80%66.67%-
XYZ14.267.3638.7-
YUV72.23183.18154.94-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 35.03%
GREEN value IS 34 (13.67% from 255) = 10.83%
BLUE value IS 170 (66.80% from 255) = 54.14%
R=35.03%
G=10.83%
B=54.14%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal110341700.350.8000.33273.5366.6740
Hex6E22AA23500211124328
Octal156422524312004142210350
Binary110111010001010101010100011101000001000011000100101000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E22AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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