#6E22AD

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

Shades of Purple Heart #6E22AD

Tints of Purple Heart #6E22AD

Color information

#6E22AD (or 0x6E22AD) is unknown color: approx Purple Heart. HEX triplet: 6E, 22 and AD. RGB value is (110,34,173). Sum of RGB (Red+Green+Blue) = 110+34+173=317 (41% of max value = 765). Red value is 110 (43.36% from 255 or 34.70% from 317); Green value is 34 (13.67% from 255 or 10.73% from 317); Blue value is 173 (67.97% from 255 or 54.57% from 317); Max value from RGB is 173 - color contains mainly: blue. Hex color #6E22AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E22AD is #91DD52. Grayscale: #484848. Windows color (decimal): -9559379 or 11346542. OLE color: 11346542.

HSL color Cylindrical-coordinate representation of color #6E22AD: hue angle of 272.81º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6E22AD is Cyan = 0.36, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11034173-
CMYK0.360.8000.32
HSL272.81º67.15%40.59%-
HSV(B)272.81º80.35%67.84%-
XYZ14.557.4840.21-
YUV72.57184.68154.7-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 34.70%
GREEN value IS 34 (13.67% from 255) = 10.73%
BLUE value IS 173 (67.97% from 255) = 54.57%
R=34.70%
G=10.73%
B=54.57%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal110341730.360.8000.32272.8167.1540.59
Hex6E22AD24500201114329
Octal156422554412004042110351
Binary110111010001010101101100100101000001000001000100011000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E22AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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