Shades of Purple Heart #653AB9
Tints of Purple Heart #653AB9
RGB
CMYK
RGB Variations
Color information
#653AB9 (or 0x653AB9) is known color: Purple Heart. HEX triplet: 65, 3A and B9. RGB value is (101,58,185). Sum of RGB (Red+Green+Blue) = 101+58+185=344 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.36% from 344); Green value is 58 (23.05% from 255 or 16.86% from 344); Blue value is 185 (72.66% from 255 or 53.78% from 344); Max value from RGB is 185 - color contains mainly: blue. Hex color #653AB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #653AB9 is #9AC546. Grayscale: #545454. Windows color (decimal): -10143047 or 12139109. OLE color: 12139109.
HSL color Cylindrical-coordinate representation of color #653AB9: hue angle of 260.31º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #653AB9 is Cyan = 0.45, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 101 | 58 | 185 | - |
| CMYK | 0.45 | 0.69 | 0 | 0.27 |
| HSL | 260.31º | 0.52% | 0.48% | - |
| HSV(B) | 260.31º | 0.69% | 0.73% | - |
| XYZ | 15.64 | 9.3 | 46.87 | - |
| YUV | 85.34 | 184.25 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 58 | 185 | 0.45 | 0.69 | 0 | 0.27 | 260.31 | 0.52 | 0.48 |
| Hex | 65 | 3A | B9 | 2D | 45 | 0 | 1B | 104 | 34 | 30 |
| Octal | 145 | 72 | 271 | 55 | 105 | 0 | 33 | 404 | 64 | 60 |
| Binary | 1100101 | 111010 | 10111001 | 101101 | 1000101 | 0 | 11011 | 100000100 | 110100 | 110000 |
Color Harmonies of #653AB9
Complementary color
Monochromatic Colors of #653AB9
Black with #653AB9
Text Example
Text Example
White with #653AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653AB9; }
p { color: rgb(101,58,185); }
H1.HeaderClassName
{
color: #653AB9;
}
.AnyTagClassName
{
color: #653AB9;
}
</style>
background-color css
<style>
a { background-color: #653AB9; }
a { background-color: rgb(101,58,185); }
div.DivClassName
{
background-color: #653AB9;
}
.BgClassName
{
background-color: #653AB9;
}
</style>
border-color css
<style>
span { border-color: #653AB9; }
span { border-color: rgb(101,58,185); }
td.TdClassName
{
border-color: #653AB9;
}
.TagClassName
{
border-color: #653AB9;
}
</style>