Shades of Purple Heart #653BDA
Tints of Purple Heart #653BDA
RGB
CMYK
RGB Variations
Color information
#653BDA (or 0x653BDA) is known color: Purple Heart. HEX triplet: 65, 3B and DA. RGB value is (101,59,218). Sum of RGB (Red+Green+Blue) = 101+59+218=378 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.72% from 378); Green value is 59 (23.44% from 255 or 15.61% from 378); Blue value is 218 (85.55% from 255 or 57.67% from 378); Max value from RGB is 218 - color contains mainly: blue. Hex color #653BDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #653BDA is #9AC425. Grayscale: #595959. Windows color (decimal): -10142758 or 14302053. OLE color: 14302053.
HSL color Cylindrical-coordinate representation of color #653BDA: hue angle of 255.85º 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 #653BDA is Cyan = 0.54, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 101 | 59 | 218 | - |
| CMYK | 0.54 | 0.73 | 0 | 0.15 |
| HSL | 255.85º | 0.68% | 0.54% | - |
| HSV(B) | 255.85º | 0.73% | 0.85% | - |
| XYZ | 19.59 | 10.96 | 67.41 | - |
| YUV | 89.68 | 200.41 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 59 | 218 | 0.54 | 0.73 | 0 | 0.15 | 255.85 | 0.68 | 0.54 |
| Hex | 65 | 3B | DA | 36 | 49 | 0 | F | 100 | 44 | 36 |
| Octal | 145 | 73 | 332 | 66 | 111 | 0 | 17 | 400 | 104 | 66 |
| Binary | 1100101 | 111011 | 11011010 | 110110 | 1001001 | 0 | 1111 | 100000000 | 1000100 | 110110 |
Color Harmonies of #653BDA
Complementary color
Monochromatic Colors of #653BDA
Black with #653BDA
Text Example
Text Example
White with #653BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653BDA; }
p { color: rgb(101,59,218); }
H1.HeaderClassName
{
color: #653BDA;
}
.AnyTagClassName
{
color: #653BDA;
}
</style>
background-color css
<style>
a { background-color: #653BDA; }
a { background-color: rgb(101,59,218); }
div.DivClassName
{
background-color: #653BDA;
}
.BgClassName
{
background-color: #653BDA;
}
</style>
border-color css
<style>
span { border-color: #653BDA; }
span { border-color: rgb(101,59,218); }
td.TdClassName
{
border-color: #653BDA;
}
.TagClassName
{
border-color: #653BDA;
}
</style>