Shades of Purple Heart #6C21AD
Tints of Purple Heart #6C21AD
RGB
CMYK
RGB Variations
Color information
#6C21AD (or 0x6C21AD) is known color: Purple Heart. HEX triplet: 6C, 21 and AD. RGB value is (108,33,173). Sum of RGB (Red+Green+Blue) = 108+33+173=314 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.39% from 314); Green value is 33 (13.28% from 255 or 10.51% from 314); Blue value is 173 (67.97% from 255 or 55.10% from 314); Max value from RGB is 173 - color contains mainly: blue. Hex color #6C21AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C21AD is #93DE52. Grayscale: #464646. Windows color (decimal): -9690707 or 11346284. OLE color: 11346284.
HSL color Cylindrical-coordinate representation of color #6C21AD: hue angle of 272.14º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6C21AD is Cyan = 0.38, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 108 | 33 | 173 | - |
| CMYK | 0.38 | 0.81 | 0 | 0.32 |
| HSL | 272.14º | 0.68% | 0.4% | - |
| HSV(B) | 272.14º | 0.81% | 0.68% | - |
| XYZ | 14.27 | 7.29 | 40.19 | - |
| YUV | 71.39 | 185.35 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 33 | 173 | 0.38 | 0.81 | 0 | 0.32 | 272.14 | 0.68 | 0.4 |
| Hex | 6C | 21 | AD | 26 | 51 | 0 | 20 | 110 | 44 | 28 |
| Octal | 154 | 41 | 255 | 46 | 121 | 0 | 40 | 420 | 104 | 50 |
| Binary | 1101100 | 100001 | 10101101 | 100110 | 1010001 | 0 | 100000 | 100010000 | 1000100 | 101000 |
Color Harmonies of #6C21AD
Complementary color
Monochromatic Colors of #6C21AD
Black with #6C21AD
Text Example
Text Example
White with #6C21AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C21AD; }
p { color: rgb(108,33,173); }
H1.HeaderClassName
{
color: #6C21AD;
}
.AnyTagClassName
{
color: #6C21AD;
}
</style>
background-color css
<style>
a { background-color: #6C21AD; }
a { background-color: rgb(108,33,173); }
div.DivClassName
{
background-color: #6C21AD;
}
.BgClassName
{
background-color: #6C21AD;
}
</style>
border-color css
<style>
span { border-color: #6C21AD; }
span { border-color: rgb(108,33,173); }
td.TdClassName
{
border-color: #6C21AD;
}
.TagClassName
{
border-color: #6C21AD;
}
</style>