Shades of Purple Heart #6A20AB
Tints of Purple Heart #6A20AB
RGB
CMYK
RGB Variations
Color information
#6A20AB (or 0x6A20AB) is known color: Purple Heart. HEX triplet: 6A, 20 and AB. RGB value is (106,32,171). Sum of RGB (Red+Green+Blue) = 106+32+171=309 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.30% from 309); Green value is 32 (12.89% from 255 or 10.36% from 309); Blue value is 171 (67.19% from 255 or 55.34% from 309); Max value from RGB is 171 - color contains mainly: blue. Hex color #6A20AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A20AB is #95DF54. Grayscale: #454545. Windows color (decimal): -9822037 or 11214954. OLE color: 11214954.
HSL color Cylindrical-coordinate representation of color #6A20AB: hue angle of 271.94º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6A20AB is Cyan = 0.38, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 106 | 32 | 171 | - |
| CMYK | 0.38 | 0.81 | 0 | 0.33 |
| HSL | 271.94º | 0.68% | 0.4% | - |
| HSV(B) | 271.94º | 0.81% | 0.67% | - |
| XYZ | 13.81 | 7.04 | 39.16 | - |
| YUV | 69.97 | 185.02 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 32 | 171 | 0.38 | 0.81 | 0 | 0.33 | 271.94 | 0.68 | 0.4 |
| Hex | 6A | 20 | AB | 26 | 51 | 0 | 21 | 110 | 44 | 28 |
| Octal | 152 | 40 | 253 | 46 | 121 | 0 | 41 | 420 | 104 | 50 |
| Binary | 1101010 | 100000 | 10101011 | 100110 | 1010001 | 0 | 100001 | 100010000 | 1000100 | 101000 |
Color Harmonies of #6A20AB
Complementary color
Monochromatic Colors of #6A20AB
Black with #6A20AB
Text Example
Text Example
White with #6A20AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A20AB; }
p { color: rgb(106,32,171); }
H1.HeaderClassName
{
color: #6A20AB;
}
.AnyTagClassName
{
color: #6A20AB;
}
</style>
background-color css
<style>
a { background-color: #6A20AB; }
a { background-color: rgb(106,32,171); }
div.DivClassName
{
background-color: #6A20AB;
}
.BgClassName
{
background-color: #6A20AB;
}
</style>
border-color css
<style>
span { border-color: #6A20AB; }
span { border-color: rgb(106,32,171); }
td.TdClassName
{
border-color: #6A20AB;
}
.TagClassName
{
border-color: #6A20AB;
}
</style>