Shades of Purple Heart #6A22AD
Tints of Purple Heart #6A22AD
RGB
CMYK
RGB Variations
Color information
#6A22AD (or 0x6A22AD) is known color: Purple Heart. HEX triplet: 6A, 22 and AD. RGB value is (106,34,173). Sum of RGB (Red+Green+Blue) = 106+34+173=313 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.87% from 313); Green value is 34 (13.67% from 255 or 10.86% from 313); Blue value is 173 (67.97% from 255 or 55.27% from 313); Max value from RGB is 173 - color contains mainly: blue. Hex color #6A22AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A22AD is #95DD52. Grayscale: #464646. Windows color (decimal): -9821523 or 11346538. OLE color: 11346538.
HSL color Cylindrical-coordinate representation of color #6A22AD: hue angle of 271.08º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6A22AD is Cyan = 0.39, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 106 | 34 | 173 | - |
| CMYK | 0.39 | 0.80 | 0 | 0.32 |
| HSL | 271.08º | 0.67% | 0.41% | - |
| HSV(B) | 271.08º | 0.8% | 0.68% | - |
| XYZ | 14.06 | 7.23 | 40.19 | - |
| YUV | 71.37 | 185.35 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 34 | 173 | 0.39 | 0.80 | 0 | 0.32 | 271.08 | 0.67 | 0.41 |
| Hex | 6A | 22 | AD | 27 | 50 | 0 | 20 | 10F | 43 | 29 |
| Octal | 152 | 42 | 255 | 47 | 120 | 0 | 40 | 417 | 103 | 51 |
| Binary | 1101010 | 100010 | 10101101 | 100111 | 1010000 | 0 | 100000 | 100001111 | 1000011 | 101001 |
Color Harmonies of #6A22AD
Complementary color
Monochromatic Colors of #6A22AD
Black with #6A22AD
Text Example
Text Example
White with #6A22AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A22AD; }
p { color: rgb(106,34,173); }
H1.HeaderClassName
{
color: #6A22AD;
}
.AnyTagClassName
{
color: #6A22AD;
}
</style>
background-color css
<style>
a { background-color: #6A22AD; }
a { background-color: rgb(106,34,173); }
div.DivClassName
{
background-color: #6A22AD;
}
.BgClassName
{
background-color: #6A22AD;
}
</style>
border-color css
<style>
span { border-color: #6A22AD; }
span { border-color: rgb(106,34,173); }
td.TdClassName
{
border-color: #6A22AD;
}
.TagClassName
{
border-color: #6A22AD;
}
</style>