Shades of Purple Heart #653BE5
Tints of Purple Heart #653BE5
RGB
CMYK
RGB Variations
Color information
#653BE5 (or 0x653BE5) is known color: Purple Heart. HEX triplet: 65, 3B and E5. RGB value is (101,59,229). Sum of RGB (Red+Green+Blue) = 101+59+229=389 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.96% from 389); Green value is 59 (23.44% from 255 or 15.17% from 389); Blue value is 229 (89.84% from 255 or 58.87% from 389); Max value from RGB is 229 - color contains mainly: blue. Hex color #653BE5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #653BE5 is #9AC41A. Grayscale: #5A5A5A. Windows color (decimal): -10142747 or 15022949. OLE color: 15022949.
HSL color Cylindrical-coordinate representation of color #653BE5: hue angle of 254.82º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #653BE5 is Cyan = 0.56, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 101 | 59 | 229 | - |
| CMYK | 0.56 | 0.74 | 0 | 0.10 |
| HSL | 254.82º | 0.77% | 0.56% | - |
| HSV(B) | 254.82º | 0.74% | 0.9% | - |
| XYZ | 21.07 | 11.55 | 75.25 | - |
| YUV | 90.94 | 205.91 | 135.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 59 | 229 | 0.56 | 0.74 | 0 | 0.10 | 254.82 | 0.77 | 0.56 |
| Hex | 65 | 3B | E5 | 38 | 4A | 0 | A | FF | 4D | 38 |
| Octal | 145 | 73 | 345 | 70 | 112 | 0 | 12 | 377 | 115 | 70 |
| Binary | 1100101 | 111011 | 11100101 | 111000 | 1001010 | 0 | 1010 | 11111111 | 1001101 | 111000 |
Color Harmonies of #653BE5
Complementary color
Monochromatic Colors of #653BE5
Black with #653BE5
Text Example
Text Example
White with #653BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653BE5; }
p { color: rgb(101,59,229); }
H1.HeaderClassName
{
color: #653BE5;
}
.AnyTagClassName
{
color: #653BE5;
}
</style>
background-color css
<style>
a { background-color: #653BE5; }
a { background-color: rgb(101,59,229); }
div.DivClassName
{
background-color: #653BE5;
}
.BgClassName
{
background-color: #653BE5;
}
</style>
border-color css
<style>
span { border-color: #653BE5; }
span { border-color: rgb(101,59,229); }
td.TdClassName
{
border-color: #653BE5;
}
.TagClassName
{
border-color: #653BE5;
}
</style>