Shades of Purple Heart #653BD9
Tints of Purple Heart #653BD9
RGB
CMYK
RGB Variations
Color information
#653BD9 (or 0x653BD9) is known color: Purple Heart. HEX triplet: 65, 3B and D9. RGB value is (101,59,217). Sum of RGB (Red+Green+Blue) = 101+59+217=377 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.79% from 377); Green value is 59 (23.44% from 255 or 15.65% from 377); Blue value is 217 (85.16% from 255 or 57.56% from 377); Max value from RGB is 217 - color contains mainly: blue. Hex color #653BD9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #653BD9 is #9AC426. Grayscale: #585858. Windows color (decimal): -10142759 or 14236517. OLE color: 14236517.
HSL color Cylindrical-coordinate representation of color #653BD9: hue angle of 255.95º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #653BD9 is Cyan = 0.53, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 101 | 59 | 217 | - |
| CMYK | 0.53 | 0.73 | 0 | 0.15 |
| HSL | 255.95º | 0.68% | 0.54% | - |
| HSV(B) | 255.95º | 0.73% | 0.85% | - |
| XYZ | 19.46 | 10.9 | 66.73 | - |
| YUV | 89.57 | 199.91 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 59 | 217 | 0.53 | 0.73 | 0 | 0.15 | 255.95 | 0.68 | 0.54 |
| Hex | 65 | 3B | D9 | 35 | 49 | 0 | F | 100 | 44 | 36 |
| Octal | 145 | 73 | 331 | 65 | 111 | 0 | 17 | 400 | 104 | 66 |
| Binary | 1100101 | 111011 | 11011001 | 110101 | 1001001 | 0 | 1111 | 100000000 | 1000100 | 110110 |
Color Harmonies of #653BD9
Complementary color
Monochromatic Colors of #653BD9
Black with #653BD9
Text Example
Text Example
White with #653BD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653BD9; }
p { color: rgb(101,59,217); }
H1.HeaderClassName
{
color: #653BD9;
}
.AnyTagClassName
{
color: #653BD9;
}
</style>
background-color css
<style>
a { background-color: #653BD9; }
a { background-color: rgb(101,59,217); }
div.DivClassName
{
background-color: #653BD9;
}
.BgClassName
{
background-color: #653BD9;
}
</style>
border-color css
<style>
span { border-color: #653BD9; }
span { border-color: rgb(101,59,217); }
td.TdClassName
{
border-color: #653BD9;
}
.TagClassName
{
border-color: #653BD9;
}
</style>