Shades of Purple Heart #653BE0
Tints of Purple Heart #653BE0
RGB
CMYK
RGB Variations
Color information
#653BE0 (or 0x653BE0) is known color: Purple Heart. HEX triplet: 65, 3B and E0. RGB value is (101,59,224). Sum of RGB (Red+Green+Blue) = 101+59+224=384 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.30% from 384); Green value is 59 (23.44% from 255 or 15.36% from 384); Blue value is 224 (87.89% from 255 or 58.33% from 384); Max value from RGB is 224 - color contains mainly: blue. Hex color #653BE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #653BE0 is #9AC41F. Grayscale: #595959. Windows color (decimal): -10142752 or 14695269. OLE color: 14695269.
HSL color Cylindrical-coordinate representation of color #653BE0: hue angle of 255.27º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #653BE0 is Cyan = 0.55, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 101 | 59 | 224 | - |
| CMYK | 0.55 | 0.74 | 0 | 0.12 |
| HSL | 255.27º | 0.73% | 0.55% | - |
| HSV(B) | 255.27º | 0.74% | 0.88% | - |
| XYZ | 20.39 | 11.28 | 71.62 | - |
| YUV | 90.37 | 203.41 | 135.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 59 | 224 | 0.55 | 0.74 | 0 | 0.12 | 255.27 | 0.73 | 0.55 |
| Hex | 65 | 3B | E0 | 37 | 4A | 0 | C | FF | 49 | 37 |
| Octal | 145 | 73 | 340 | 67 | 112 | 0 | 14 | 377 | 111 | 67 |
| Binary | 1100101 | 111011 | 11100000 | 110111 | 1001010 | 0 | 1100 | 11111111 | 1001001 | 110111 |
Color Harmonies of #653BE0
Complementary color
Monochromatic Colors of #653BE0
Black with #653BE0
Text Example
Text Example
White with #653BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653BE0; }
p { color: rgb(101,59,224); }
H1.HeaderClassName
{
color: #653BE0;
}
.AnyTagClassName
{
color: #653BE0;
}
</style>
background-color css
<style>
a { background-color: #653BE0; }
a { background-color: rgb(101,59,224); }
div.DivClassName
{
background-color: #653BE0;
}
.BgClassName
{
background-color: #653BE0;
}
</style>
border-color css
<style>
span { border-color: #653BE0; }
span { border-color: rgb(101,59,224); }
td.TdClassName
{
border-color: #653BE0;
}
.TagClassName
{
border-color: #653BE0;
}
</style>