Shades of Purple Heart #6C2AD9
Tints of Purple Heart #6C2AD9
RGB
CMYK
RGB Variations
Color information
#6C2AD9 (or 0x6C2AD9) is known color: Purple Heart. HEX triplet: 6C, 2A and D9. RGB value is (108,42,217). Sum of RGB (Red+Green+Blue) = 108+42+217=367 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.43% from 367); Green value is 42 (16.80% from 255 or 11.44% from 367); Blue value is 217 (85.16% from 255 or 59.13% from 367); Max value from RGB is 217 - color contains mainly: blue. Hex color #6C2AD9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C2AD9 is #93D526. Grayscale: #515151. Windows color (decimal): -9688359 or 14232172. OLE color: 14232172.
HSL color Cylindrical-coordinate representation of color #6C2AD9: hue angle of 262.63º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6C2AD9 is Cyan = 0.50, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 108 | 42 | 217 | - |
| CMYK | 0.50 | 0.81 | 0 | 0.15 |
| HSL | 262.63º | 0.7% | 0.51% | - |
| HSV(B) | 262.63º | 0.81% | 0.85% | - |
| XYZ | 19.54 | 9.85 | 66.52 | - |
| YUV | 81.68 | 204.37 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 42 | 217 | 0.50 | 0.81 | 0 | 0.15 | 262.63 | 0.7 | 0.51 |
| Hex | 6C | 2A | D9 | 32 | 51 | 0 | F | 107 | 46 | 33 |
| Octal | 154 | 52 | 331 | 62 | 121 | 0 | 17 | 407 | 106 | 63 |
| Binary | 1101100 | 101010 | 11011001 | 110010 | 1010001 | 0 | 1111 | 100000111 | 1000110 | 110011 |
Color Harmonies of #6C2AD9
Complementary color
Monochromatic Colors of #6C2AD9
Black with #6C2AD9
Text Example
Text Example
White with #6C2AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2AD9; }
p { color: rgb(108,42,217); }
H1.HeaderClassName
{
color: #6C2AD9;
}
.AnyTagClassName
{
color: #6C2AD9;
}
</style>
background-color css
<style>
a { background-color: #6C2AD9; }
a { background-color: rgb(108,42,217); }
div.DivClassName
{
background-color: #6C2AD9;
}
.BgClassName
{
background-color: #6C2AD9;
}
</style>
border-color css
<style>
span { border-color: #6C2AD9; }
span { border-color: rgb(108,42,217); }
td.TdClassName
{
border-color: #6C2AD9;
}
.TagClassName
{
border-color: #6C2AD9;
}
</style>