Shades of Purple Heart #6A06AB
Tints of Purple Heart #6A06AB
RGB
CMYK
RGB Variations
Color information
#6A06AB (or 0x6A06AB) is known color: Purple Heart. HEX triplet: 6A, 06 and AB. RGB value is (106,6,171). Sum of RGB (Red+Green+Blue) = 106+6+171=283 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.46% from 283); Green value is 6 (2.73% from 255 or 2.12% from 283); Blue value is 171 (67.19% from 255 or 60.42% from 283); Max value from RGB is 171 - color contains mainly: blue. Hex color #6A06AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A06AB is #95F954. Grayscale: #363636. Windows color (decimal): -9828693 or 11208298. OLE color: 11208298.
HSL color Cylindrical-coordinate representation of color #6A06AB: hue angle of 276.36º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6A06AB is Cyan = 0.38, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 106 | 6 | 171 | - |
| CMYK | 0.38 | 0.96 | 0 | 0.33 |
| HSL | 276.36º | 0.93% | 0.35% | - |
| HSV(B) | 276.36º | 0.96% | 0.67% | - |
| XYZ | 13.36 | 6.13 | 39.01 | - |
| YUV | 54.71 | 193.63 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 6 | 171 | 0.38 | 0.96 | 0 | 0.33 | 276.36 | 0.93 | 0.35 |
| Hex | 6A | 6 | AB | 26 | 60 | 0 | 21 | 114 | 5D | 23 |
| Octal | 152 | 6 | 253 | 46 | 140 | 0 | 41 | 424 | 135 | 43 |
| Binary | 1101010 | 110 | 10101011 | 100110 | 1100000 | 0 | 100001 | 100010100 | 1011101 | 100011 |
Color Harmonies of #6A06AB
Complementary color
Monochromatic Colors of #6A06AB
Black with #6A06AB
Text Example
Text Example
White with #6A06AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A06AB; }
p { color: rgb(106,6,171); }
H1.HeaderClassName
{
color: #6A06AB;
}
.AnyTagClassName
{
color: #6A06AB;
}
</style>
background-color css
<style>
a { background-color: #6A06AB; }
a { background-color: rgb(106,6,171); }
div.DivClassName
{
background-color: #6A06AB;
}
.BgClassName
{
background-color: #6A06AB;
}
</style>
border-color css
<style>
span { border-color: #6A06AB; }
span { border-color: rgb(106,6,171); }
td.TdClassName
{
border-color: #6A06AB;
}
.TagClassName
{
border-color: #6A06AB;
}
</style>