Shades of Purple Heart #653CE0
Tints of Purple Heart #653CE0
RGB
CMYK
RGB Variations
Color information
#653CE0 (or 0x653CE0) is known color: Purple Heart. HEX triplet: 65, 3C and E0. RGB value is (101,60,224). Sum of RGB (Red+Green+Blue) = 101+60+224=385 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.23% from 385); Green value is 60 (23.83% from 255 or 15.58% from 385); Blue value is 224 (87.89% from 255 or 58.18% from 385); Max value from RGB is 224 - color contains mainly: blue. Hex color #653CE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #653CE0 is #9AC31F. Grayscale: #5A5A5A. Windows color (decimal): -10142496 or 14695525. OLE color: 14695525.
HSL color Cylindrical-coordinate representation of color #653CE0: hue angle of 255º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #653CE0 is Cyan = 0.55, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 101 | 60 | 224 | - |
| CMYK | 0.55 | 0.73 | 0 | 0.12 |
| HSL | 255º | 0.73% | 0.56% | - |
| HSV(B) | 255º | 0.73% | 0.88% | - |
| XYZ | 20.44 | 11.38 | 71.64 | - |
| YUV | 90.96 | 203.08 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 60 | 224 | 0.55 | 0.73 | 0 | 0.12 | 255 | 0.73 | 0.56 |
| Hex | 65 | 3C | E0 | 37 | 49 | 0 | C | FF | 49 | 38 |
| Octal | 145 | 74 | 340 | 67 | 111 | 0 | 14 | 377 | 111 | 70 |
| Binary | 1100101 | 111100 | 11100000 | 110111 | 1001001 | 0 | 1100 | 11111111 | 1001001 | 111000 |
Color Harmonies of #653CE0
Complementary color
Monochromatic Colors of #653CE0
Black with #653CE0
Text Example
Text Example
White with #653CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653CE0; }
p { color: rgb(101,60,224); }
H1.HeaderClassName
{
color: #653CE0;
}
.AnyTagClassName
{
color: #653CE0;
}
</style>
background-color css
<style>
a { background-color: #653CE0; }
a { background-color: rgb(101,60,224); }
div.DivClassName
{
background-color: #653CE0;
}
.BgClassName
{
background-color: #653CE0;
}
</style>
border-color css
<style>
span { border-color: #653CE0; }
span { border-color: rgb(101,60,224); }
td.TdClassName
{
border-color: #653CE0;
}
.TagClassName
{
border-color: #653CE0;
}
</style>