Shades of Purple Heart #6521DD
Tints of Purple Heart #6521DD
RGB
CMYK
RGB Variations
Color information
#6521DD (or 0x6521DD) is known color: Purple Heart. HEX triplet: 65, 21 and DD. RGB value is (101,33,221). Sum of RGB (Red+Green+Blue) = 101+33+221=355 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.45% from 355); Green value is 33 (13.28% from 255 or 9.30% from 355); Blue value is 221 (86.72% from 255 or 62.25% from 355); Max value from RGB is 221 - color contains mainly: blue. Hex color #6521DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6521DD is #9ADE22. Grayscale: #4A4A4A. Windows color (decimal): -10149411 or 14492005. OLE color: 14492005.
HSL color Cylindrical-coordinate representation of color #6521DD: hue angle of 261.7º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6521DD is Cyan = 0.54, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 33 | 221 | - |
| CMYK | 0.54 | 0.85 | 0 | 0.13 |
| HSL | 261.7º | 0.74% | 0.5% | - |
| HSV(B) | 261.7º | 0.85% | 0.87% | - |
| XYZ | 18.96 | 9.07 | 69.16 | - |
| YUV | 74.76 | 210.53 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 33 | 221 | 0.54 | 0.85 | 0 | 0.13 | 261.7 | 0.74 | 0.5 |
| Hex | 65 | 21 | DD | 36 | 55 | 0 | D | 106 | 4A | 32 |
| Octal | 145 | 41 | 335 | 66 | 125 | 0 | 15 | 406 | 112 | 62 |
| Binary | 1100101 | 100001 | 11011101 | 110110 | 1010101 | 0 | 1101 | 100000110 | 1001010 | 110010 |
Color Harmonies of #6521DD
Complementary color
Monochromatic Colors of #6521DD
Black with #6521DD
Text Example
Text Example
White with #6521DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6521DD; }
p { color: rgb(101,33,221); }
H1.HeaderClassName
{
color: #6521DD;
}
.AnyTagClassName
{
color: #6521DD;
}
</style>
background-color css
<style>
a { background-color: #6521DD; }
a { background-color: rgb(101,33,221); }
div.DivClassName
{
background-color: #6521DD;
}
.BgClassName
{
background-color: #6521DD;
}
</style>
border-color css
<style>
span { border-color: #6521DD; }
span { border-color: rgb(101,33,221); }
td.TdClassName
{
border-color: #6521DD;
}
.TagClassName
{
border-color: #6521DD;
}
</style>