Shades of Purple Heart #653ABE
Tints of Purple Heart #653ABE
RGB
CMYK
RGB Variations
Color information
#653ABE (or 0x653ABE) is known color: Purple Heart. HEX triplet: 65, 3A and BE. RGB value is (101,58,190). Sum of RGB (Red+Green+Blue) = 101+58+190=349 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.94% from 349); Green value is 58 (23.05% from 255 or 16.62% from 349); Blue value is 190 (74.61% from 255 or 54.44% from 349); Max value from RGB is 190 - color contains mainly: blue. Hex color #653ABE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #653ABE is #9AC541. Grayscale: #555555. Windows color (decimal): -10143042 or 12466789. OLE color: 12466789.
HSL color Cylindrical-coordinate representation of color #653ABE: hue angle of 259.55º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #653ABE is Cyan = 0.47, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 101 | 58 | 190 | - |
| CMYK | 0.47 | 0.69 | 0 | 0.25 |
| HSL | 259.55º | 0.53% | 0.49% | - |
| HSV(B) | 259.55º | 0.69% | 0.75% | - |
| XYZ | 16.17 | 9.51 | 49.7 | - |
| YUV | 85.91 | 186.75 | 138.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 58 | 190 | 0.47 | 0.69 | 0 | 0.25 | 259.55 | 0.53 | 0.49 |
| Hex | 65 | 3A | BE | 2F | 45 | 0 | 19 | 104 | 35 | 31 |
| Octal | 145 | 72 | 276 | 57 | 105 | 0 | 31 | 404 | 65 | 61 |
| Binary | 1100101 | 111010 | 10111110 | 101111 | 1000101 | 0 | 11001 | 100000100 | 110101 | 110001 |
Color Harmonies of #653ABE
Complementary color
Monochromatic Colors of #653ABE
Black with #653ABE
Text Example
Text Example
White with #653ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653ABE; }
p { color: rgb(101,58,190); }
H1.HeaderClassName
{
color: #653ABE;
}
.AnyTagClassName
{
color: #653ABE;
}
</style>
background-color css
<style>
a { background-color: #653ABE; }
a { background-color: rgb(101,58,190); }
div.DivClassName
{
background-color: #653ABE;
}
.BgClassName
{
background-color: #653ABE;
}
</style>
border-color css
<style>
span { border-color: #653ABE; }
span { border-color: rgb(101,58,190); }
td.TdClassName
{
border-color: #653ABE;
}
.TagClassName
{
border-color: #653ABE;
}
</style>