#6A21A9

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

Shades of Purple Heart #6A21A9

Tints of Purple Heart #6A21A9

Color information

#6A21A9 (or 0x6A21A9) is unknown color: approx Purple Heart. HEX triplet: 6A, 21 and A9. RGB value is (106,33,169). Sum of RGB (Red+Green+Blue) = 106+33+169=308 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.42% from 308); Green value is 33 (13.28% from 255 or 10.71% from 308); Blue value is 169 (66.41% from 255 or 54.87% from 308); Max value from RGB is 169 - color contains mainly: blue. Hex color #6A21A9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A21A9 is #95DE56. Grayscale: #454545. Windows color (decimal): -9821783 or 11084138. OLE color: 11084138.

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

Color convert

RGB10633169-
CMYK0.370.8000.34
HSL272.21º67.33%39.61%-
HSV(B)272.21º80.47%66.27%-
XYZ13.657.0238.17-
YUV70.33183.68153.44-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 34.42%
GREEN value IS 33 (13.28% from 255) = 10.71%
BLUE value IS 169 (66.41% from 255) = 54.87%
R=34.42%
G=10.71%
B=54.87%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal106331690.370.8000.34272.2167.3339.61
Hex6A21A925500221104328
Octal152412514512004242010350
Binary110101010000110101001100101101000001000101000100001000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A21A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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