#6A21AE

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

Shades of Purple Heart #6A21AE

Tints of Purple Heart #6A21AE

Color information

#6A21AE (or 0x6A21AE) is unknown color: approx Purple Heart. HEX triplet: 6A, 21 and AE. RGB value is (106,33,174). Sum of RGB (Red+Green+Blue) = 106+33+174=313 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.87% from 313); Green value is 33 (13.28% from 255 or 10.54% from 313); Blue value is 174 (68.36% from 255 or 55.59% from 313); Max value from RGB is 174 - color contains mainly: blue. Hex color #6A21AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A21AE is #95DE51. Grayscale: #464646. Windows color (decimal): -9821778 or 11411818. OLE color: 11411818.

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

Color convert

RGB10633174-
CMYK0.390.8100.32
HSL271.06º68.12%40.59%-
HSV(B)271.06º81.03%68.24%-
XYZ14.137.2140.69-
YUV70.9186.18153.04-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 33.87%
GREEN value IS 33 (13.28% from 255) = 10.54%
BLUE value IS 174 (68.36% from 255) = 55.59%
R=33.87%
G=10.54%
B=55.59%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal106331740.390.8100.32271.0668.1240.59
Hex6A21AE275102010f4429
Octal152412564712104041710451
Binary110101010000110101110100111101000101000001000011111000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A21AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,33,174); }

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

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

 a { background-color: rgb(106,33,174); }

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

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

 span { border-color: rgb(106,33,174); }

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