#6A22AA

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

Shades of Purple Heart #6A22AA

Tints of Purple Heart #6A22AA

Color information

#6A22AA (or 0x6A22AA) is unknown color: approx Purple Heart. HEX triplet: 6A, 22 and AA. RGB value is (106,34,170). Sum of RGB (Red+Green+Blue) = 106+34+170=310 (41% of max value = 765). Red value is 106 (41.80% from 255 or 34.19% from 310); Green value is 34 (13.67% from 255 or 10.97% from 310); Blue value is 170 (66.80% from 255 or 54.84% from 310); Max value from RGB is 170 - color contains mainly: blue. Hex color #6A22AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A22AA is #95DD55. Grayscale: #464646. Windows color (decimal): -9821526 or 11149930. OLE color: 11149930.

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

Color convert

RGB10634170-
CMYK0.380.8000.33
HSL271.76º66.67%40%-
HSV(B)271.76º80%66.67%-
XYZ13.777.1138.68-
YUV71.03183.85152.94-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 34.19%
GREEN value IS 34 (13.67% from 255) = 10.97%
BLUE value IS 170 (66.80% from 255) = 54.84%
R=34.19%
G=10.97%
B=54.84%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal106341700.380.8000.33271.7666.6740
Hex6A22AA26500211104328
Octal152422524612004142010350
Binary110101010001010101010100110101000001000011000100001000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A22AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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