Shades of Purple Heart #6533DB
Tints of Purple Heart #6533DB
RGB
CMYK
RGB Variations
Color information
#6533DB (or 0x6533DB) is known color: Purple Heart. HEX triplet: 65, 33 and DB. RGB value is (101,51,219). Sum of RGB (Red+Green+Blue) = 101+51+219=371 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.22% from 371); Green value is 51 (20.31% from 255 or 13.75% from 371); Blue value is 219 (85.94% from 255 or 59.03% from 371); Max value from RGB is 219 - color contains mainly: blue. Hex color #6533DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6533DB is #9ACC24. Grayscale: #545454. Windows color (decimal): -10144805 or 14365541. OLE color: 14365541.
HSL color Cylindrical-coordinate representation of color #6533DB: hue angle of 257.86º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6533DB is Cyan = 0.54, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 51 | 219 | - |
| CMYK | 0.54 | 0.77 | 0 | 0.14 |
| HSL | 257.86º | 0.7% | 0.53% | - |
| HSV(B) | 257.86º | 0.77% | 0.86% | - |
| XYZ | 19.34 | 10.25 | 67.98 | - |
| YUV | 85.1 | 203.57 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 51 | 219 | 0.54 | 0.77 | 0 | 0.14 | 257.86 | 0.7 | 0.53 |
| Hex | 65 | 33 | DB | 36 | 4D | 0 | E | 102 | 46 | 35 |
| Octal | 145 | 63 | 333 | 66 | 115 | 0 | 16 | 402 | 106 | 65 |
| Binary | 1100101 | 110011 | 11011011 | 110110 | 1001101 | 0 | 1110 | 100000010 | 1000110 | 110101 |
Color Harmonies of #6533DB
Complementary color
Monochromatic Colors of #6533DB
Black with #6533DB
Text Example
Text Example
White with #6533DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6533DB; }
p { color: rgb(101,51,219); }
H1.HeaderClassName
{
color: #6533DB;
}
.AnyTagClassName
{
color: #6533DB;
}
</style>
background-color css
<style>
a { background-color: #6533DB; }
a { background-color: rgb(101,51,219); }
div.DivClassName
{
background-color: #6533DB;
}
.BgClassName
{
background-color: #6533DB;
}
</style>
border-color css
<style>
span { border-color: #6533DB; }
span { border-color: rgb(101,51,219); }
td.TdClassName
{
border-color: #6533DB;
}
.TagClassName
{
border-color: #6533DB;
}
</style>