Shades of Purple Heart #653ABF
Tints of Purple Heart #653ABF
RGB
CMYK
RGB Variations
Color information
#653ABF (or 0x653ABF) is known color: Purple Heart. HEX triplet: 65, 3A and BF. RGB value is (101,58,191). Sum of RGB (Red+Green+Blue) = 101+58+191=350 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.86% from 350); Green value is 58 (23.05% from 255 or 16.57% from 350); Blue value is 191 (75% from 255 or 54.57% from 350); Max value from RGB is 191 - color contains mainly: blue. Hex color #653ABF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #653ABF is #9AC540. Grayscale: #555555. Windows color (decimal): -10143041 or 12532325. OLE color: 12532325.
HSL color Cylindrical-coordinate representation of color #653ABF: hue angle of 259.4º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #653ABF is Cyan = 0.47, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 101 | 58 | 191 | - |
| CMYK | 0.47 | 0.70 | 0 | 0.25 |
| HSL | 259.4º | 0.53% | 0.49% | - |
| HSV(B) | 259.4º | 0.7% | 0.75% | - |
| XYZ | 16.28 | 9.55 | 50.28 | - |
| YUV | 86.02 | 187.25 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 58 | 191 | 0.47 | 0.70 | 0 | 0.25 | 259.4 | 0.53 | 0.49 |
| Hex | 65 | 3A | BF | 2F | 46 | 0 | 19 | 103 | 35 | 31 |
| Octal | 145 | 72 | 277 | 57 | 106 | 0 | 31 | 403 | 65 | 61 |
| Binary | 1100101 | 111010 | 10111111 | 101111 | 1000110 | 0 | 11001 | 100000011 | 110101 | 110001 |
Color Harmonies of #653ABF
Complementary color
Monochromatic Colors of #653ABF
Black with #653ABF
Text Example
Text Example
White with #653ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653ABF; }
p { color: rgb(101,58,191); }
H1.HeaderClassName
{
color: #653ABF;
}
.AnyTagClassName
{
color: #653ABF;
}
</style>
background-color css
<style>
a { background-color: #653ABF; }
a { background-color: rgb(101,58,191); }
div.DivClassName
{
background-color: #653ABF;
}
.BgClassName
{
background-color: #653ABF;
}
</style>
border-color css
<style>
span { border-color: #653ABF; }
span { border-color: rgb(101,58,191); }
td.TdClassName
{
border-color: #653ABF;
}
.TagClassName
{
border-color: #653ABF;
}
</style>