Shades of Purple Heart #653ADB
Tints of Purple Heart #653ADB
RGB
CMYK
RGB Variations
Color information
#653ADB (or 0x653ADB) is known color: Purple Heart. HEX triplet: 65, 3A and DB. RGB value is (101,58,219). Sum of RGB (Red+Green+Blue) = 101+58+219=378 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.72% from 378); Green value is 58 (23.05% from 255 or 15.34% from 378); Blue value is 219 (85.94% from 255 or 57.94% from 378); Max value from RGB is 219 - color contains mainly: blue. Hex color #653ADB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #653ADB is #9AC524. Grayscale: #585858. Windows color (decimal): -10143013 or 14367333. OLE color: 14367333.
HSL color Cylindrical-coordinate representation of color #653ADB: hue angle of 256.02º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #653ADB is Cyan = 0.54, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 58 | 219 | - |
| CMYK | 0.54 | 0.74 | 0 | 0.14 |
| HSL | 256.02º | 0.69% | 0.54% | - |
| HSV(B) | 256.02º | 0.74% | 0.86% | - |
| XYZ | 19.67 | 10.91 | 68.09 | - |
| YUV | 89.21 | 201.25 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 58 | 219 | 0.54 | 0.74 | 0 | 0.14 | 256.02 | 0.69 | 0.54 |
| Hex | 65 | 3A | DB | 36 | 4A | 0 | E | 100 | 45 | 36 |
| Octal | 145 | 72 | 333 | 66 | 112 | 0 | 16 | 400 | 105 | 66 |
| Binary | 1100101 | 111010 | 11011011 | 110110 | 1001010 | 0 | 1110 | 100000000 | 1000101 | 110110 |
Color Harmonies of #653ADB
Complementary color
Monochromatic Colors of #653ADB
Black with #653ADB
Text Example
Text Example
White with #653ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653ADB; }
p { color: rgb(101,58,219); }
H1.HeaderClassName
{
color: #653ADB;
}
.AnyTagClassName
{
color: #653ADB;
}
</style>
background-color css
<style>
a { background-color: #653ADB; }
a { background-color: rgb(101,58,219); }
div.DivClassName
{
background-color: #653ADB;
}
.BgClassName
{
background-color: #653ADB;
}
</style>
border-color css
<style>
span { border-color: #653ADB; }
span { border-color: rgb(101,58,219); }
td.TdClassName
{
border-color: #653ADB;
}
.TagClassName
{
border-color: #653ADB;
}
</style>