Shades of Purple Heart #6721A8
Tints of Purple Heart #6721A8
RGB
CMYK
RGB Variations
Color information
#6721A8 (or 0x6721A8) is known color: Purple Heart. HEX triplet: 67, 21 and A8. RGB value is (103,33,168). Sum of RGB (Red+Green+Blue) = 103+33+168=304 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.88% from 304); Green value is 33 (13.28% from 255 or 10.86% from 304); Blue value is 168 (66.02% from 255 or 55.26% from 304); Max value from RGB is 168 - color contains mainly: blue. Hex color #6721A8 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6721A8 is #98DE57. Grayscale: #444444. Windows color (decimal): -10018392 or 11018599. OLE color: 11018599.
HSL color Cylindrical-coordinate representation of color #6721A8: hue angle of 271.11º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6721A8 is Cyan = 0.39, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 103 | 33 | 168 | - |
| CMYK | 0.39 | 0.80 | 0 | 0.34 |
| HSL | 271.11º | 0.67% | 0.39% | - |
| HSV(B) | 271.11º | 0.8% | 0.66% | - |
| XYZ | 13.21 | 6.8 | 37.66 | - |
| YUV | 69.32 | 183.69 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 33 | 168 | 0.39 | 0.80 | 0 | 0.34 | 271.11 | 0.67 | 0.39 |
| Hex | 67 | 21 | A8 | 27 | 50 | 0 | 22 | 10F | 43 | 27 |
| Octal | 147 | 41 | 250 | 47 | 120 | 0 | 42 | 417 | 103 | 47 |
| Binary | 1100111 | 100001 | 10101000 | 100111 | 1010000 | 0 | 100010 | 100001111 | 1000011 | 100111 |
Color Harmonies of #6721A8
Complementary color
Monochromatic Colors of #6721A8
Black with #6721A8
Text Example
Text Example
White with #6721A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6721A8; }
p { color: rgb(103,33,168); }
H1.HeaderClassName
{
color: #6721A8;
}
.AnyTagClassName
{
color: #6721A8;
}
</style>
background-color css
<style>
a { background-color: #6721A8; }
a { background-color: rgb(103,33,168); }
div.DivClassName
{
background-color: #6721A8;
}
.BgClassName
{
background-color: #6721A8;
}
</style>
border-color css
<style>
span { border-color: #6721A8; }
span { border-color: rgb(103,33,168); }
td.TdClassName
{
border-color: #6721A8;
}
.TagClassName
{
border-color: #6721A8;
}
</style>