#6A22AB

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

Shades of Purple Heart #6A22AB

Tints of Purple Heart #6A22AB

Color information

#6A22AB (or 0x6A22AB) is unknown color: approx Purple Heart. HEX triplet: 6A, 22 and AB. RGB value is (106,34,171). Sum of RGB (Red+Green+Blue) = 106+34+171=311 (41% of max value = 765). Red value is 106 (41.80% from 255 or 34.08% from 311); Green value is 34 (13.67% from 255 or 10.93% from 311); Blue value is 171 (67.19% from 255 or 54.98% from 311); Max value from RGB is 171 - color contains mainly: blue. Hex color #6A22AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A22AB is #95DD54. Grayscale: #464646. Windows color (decimal): -9821525 or 11215466. OLE color: 11215466.

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

Color convert

RGB10634171-
CMYK0.380.8000.33
HSL271.53º66.83%40.2%-
HSV(B)271.53º80.12%67.06%-
XYZ13.877.1539.18-
YUV71.15184.35152.86-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 34.08%
GREEN value IS 34 (13.67% from 255) = 10.93%
BLUE value IS 171 (67.19% from 255) = 54.98%
R=34.08%
G=10.93%
B=54.98%

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
Decimal106341710.380.8000.33271.5366.8340.2
Hex6A22AB26500211104328
Octal152422534612004142010350
Binary110101010001010101011100110101000001000011000100001000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A22AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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