Shades of Purple Heart #653DDB
Tints of Purple Heart #653DDB
RGB
CMYK
RGB Variations
Color information
#653DDB (or 0x653DDB) is known color: Purple Heart. HEX triplet: 65, 3D and DB. RGB value is (101,61,219). Sum of RGB (Red+Green+Blue) = 101+61+219=381 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.51% from 381); Green value is 61 (24.22% from 255 or 16.01% from 381); Blue value is 219 (85.94% from 255 or 57.48% from 381); Max value from RGB is 219 - color contains mainly: blue. Hex color #653DDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #653DDB is #9AC224. Grayscale: #5A5A5A. Windows color (decimal): -10142245 or 14368101. OLE color: 14368101.
HSL color Cylindrical-coordinate representation of color #653DDB: hue angle of 255.19º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #653DDB is Cyan = 0.54, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 61 | 219 | - |
| CMYK | 0.54 | 0.72 | 0 | 0.14 |
| HSL | 255.19º | 0.69% | 0.55% | - |
| HSV(B) | 255.19º | 0.72% | 0.86% | - |
| XYZ | 19.82 | 11.22 | 68.14 | - |
| YUV | 90.97 | 200.25 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 61 | 219 | 0.54 | 0.72 | 0 | 0.14 | 255.19 | 0.69 | 0.55 |
| Hex | 65 | 3D | DB | 36 | 48 | 0 | E | FF | 45 | 37 |
| Octal | 145 | 75 | 333 | 66 | 110 | 0 | 16 | 377 | 105 | 67 |
| Binary | 1100101 | 111101 | 11011011 | 110110 | 1001000 | 0 | 1110 | 11111111 | 1000101 | 110111 |
Color Harmonies of #653DDB
Complementary color
Monochromatic Colors of #653DDB
Black with #653DDB
Text Example
Text Example
White with #653DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653DDB; }
p { color: rgb(101,61,219); }
H1.HeaderClassName
{
color: #653DDB;
}
.AnyTagClassName
{
color: #653DDB;
}
</style>
background-color css
<style>
a { background-color: #653DDB; }
a { background-color: rgb(101,61,219); }
div.DivClassName
{
background-color: #653DDB;
}
.BgClassName
{
background-color: #653DDB;
}
</style>
border-color css
<style>
span { border-color: #653DDB; }
span { border-color: rgb(101,61,219); }
td.TdClassName
{
border-color: #653DDB;
}
.TagClassName
{
border-color: #653DDB;
}
</style>