Shades of Purple Heart #6521DB
Tints of Purple Heart #6521DB
RGB
CMYK
RGB Variations
Color information
#6521DB (or 0x6521DB) is known color: Purple Heart. HEX triplet: 65, 21 and DB. RGB value is (101,33,219). Sum of RGB (Red+Green+Blue) = 101+33+219=353 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.61% from 353); Green value is 33 (13.28% from 255 or 9.35% from 353); Blue value is 219 (85.94% from 255 or 62.04% from 353); Max value from RGB is 219 - color contains mainly: blue. Hex color #6521DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6521DB is #9ADE24. Grayscale: #494949. Windows color (decimal): -10149413 or 14360933. OLE color: 14360933.
HSL color Cylindrical-coordinate representation of color #6521DB: hue angle of 261.94º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6521DB is Cyan = 0.54, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 33 | 219 | - |
| CMYK | 0.54 | 0.85 | 0 | 0.14 |
| HSL | 261.94º | 0.74% | 0.49% | - |
| HSV(B) | 261.94º | 0.85% | 0.86% | - |
| XYZ | 18.7 | 8.97 | 67.76 | - |
| YUV | 74.54 | 209.53 | 146.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 33 | 219 | 0.54 | 0.85 | 0 | 0.14 | 261.94 | 0.74 | 0.49 |
| Hex | 65 | 21 | DB | 36 | 55 | 0 | E | 106 | 4A | 31 |
| Octal | 145 | 41 | 333 | 66 | 125 | 0 | 16 | 406 | 112 | 61 |
| Binary | 1100101 | 100001 | 11011011 | 110110 | 1010101 | 0 | 1110 | 100000110 | 1001010 | 110001 |
Color Harmonies of #6521DB
Complementary color
Monochromatic Colors of #6521DB
Black with #6521DB
Text Example
Text Example
White with #6521DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6521DB; }
p { color: rgb(101,33,219); }
H1.HeaderClassName
{
color: #6521DB;
}
.AnyTagClassName
{
color: #6521DB;
}
</style>
background-color css
<style>
a { background-color: #6521DB; }
a { background-color: rgb(101,33,219); }
div.DivClassName
{
background-color: #6521DB;
}
.BgClassName
{
background-color: #6521DB;
}
</style>
border-color css
<style>
span { border-color: #6521DB; }
span { border-color: rgb(101,33,219); }
td.TdClassName
{
border-color: #6521DB;
}
.TagClassName
{
border-color: #6521DB;
}
</style>