Shades of Purple Heart #653BDB
Tints of Purple Heart #653BDB
RGB
CMYK
RGB Variations
Color information
#653BDB (or 0x653BDB) is known color: Purple Heart. HEX triplet: 65, 3B and DB. RGB value is (101,59,219). Sum of RGB (Red+Green+Blue) = 101+59+219=379 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.65% from 379); Green value is 59 (23.44% from 255 or 15.57% from 379); Blue value is 219 (85.94% from 255 or 57.78% from 379); Max value from RGB is 219 - color contains mainly: blue. Hex color #653BDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #653BDB is #9AC424. Grayscale: #595959. Windows color (decimal): -10142757 or 14367589. OLE color: 14367589.
HSL color Cylindrical-coordinate representation of color #653BDB: hue angle of 255.75º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #653BDB is Cyan = 0.54, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 59 | 219 | - |
| CMYK | 0.54 | 0.73 | 0 | 0.14 |
| HSL | 255.75º | 0.69% | 0.55% | - |
| HSV(B) | 255.75º | 0.73% | 0.86% | - |
| XYZ | 19.72 | 11.01 | 68.1 | - |
| YUV | 89.8 | 200.91 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 59 | 219 | 0.54 | 0.73 | 0 | 0.14 | 255.75 | 0.69 | 0.55 |
| Hex | 65 | 3B | DB | 36 | 49 | 0 | E | 100 | 45 | 37 |
| Octal | 145 | 73 | 333 | 66 | 111 | 0 | 16 | 400 | 105 | 67 |
| Binary | 1100101 | 111011 | 11011011 | 110110 | 1001001 | 0 | 1110 | 100000000 | 1000101 | 110111 |
Color Harmonies of #653BDB
Complementary color
Monochromatic Colors of #653BDB
Black with #653BDB
Text Example
Text Example
White with #653BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653BDB; }
p { color: rgb(101,59,219); }
H1.HeaderClassName
{
color: #653BDB;
}
.AnyTagClassName
{
color: #653BDB;
}
</style>
background-color css
<style>
a { background-color: #653BDB; }
a { background-color: rgb(101,59,219); }
div.DivClassName
{
background-color: #653BDB;
}
.BgClassName
{
background-color: #653BDB;
}
</style>
border-color css
<style>
span { border-color: #653BDB; }
span { border-color: rgb(101,59,219); }
td.TdClassName
{
border-color: #653BDB;
}
.TagClassName
{
border-color: #653BDB;
}
</style>