Shades of Purple Heart #653ECF
Tints of Purple Heart #653ECF
RGB
CMYK
RGB Variations
Color information
#653ECF (or 0x653ECF) is known color: Purple Heart. HEX triplet: 65, 3E and CF. RGB value is (101,62,207). Sum of RGB (Red+Green+Blue) = 101+62+207=370 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.30% from 370); Green value is 62 (24.61% from 255 or 16.76% from 370); Blue value is 207 (81.25% from 255 or 55.95% from 370); Max value from RGB is 207 - color contains mainly: blue. Hex color #653ECF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #653ECF is #9AC130. Grayscale: #595959. Windows color (decimal): -10142001 or 13581925. OLE color: 13581925.
HSL color Cylindrical-coordinate representation of color #653ECF: hue angle of 256.14º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #653ECF is Cyan = 0.51, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 62 | 207 | - |
| CMYK | 0.51 | 0.70 | 0 | 0.19 |
| HSL | 256.14º | 0.6% | 0.53% | - |
| HSV(B) | 256.14º | 0.7% | 0.81% | - |
| XYZ | 18.35 | 10.72 | 60.13 | - |
| YUV | 90.19 | 193.92 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 62 | 207 | 0.51 | 0.70 | 0 | 0.19 | 256.14 | 0.6 | 0.53 |
| Hex | 65 | 3E | CF | 33 | 46 | 0 | 13 | 100 | 3C | 35 |
| Octal | 145 | 76 | 317 | 63 | 106 | 0 | 23 | 400 | 74 | 65 |
| Binary | 1100101 | 111110 | 11001111 | 110011 | 1000110 | 0 | 10011 | 100000000 | 111100 | 110101 |
Color Harmonies of #653ECF
Complementary color
Monochromatic Colors of #653ECF
Black with #653ECF
Text Example
Text Example
White with #653ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653ECF; }
p { color: rgb(101,62,207); }
H1.HeaderClassName
{
color: #653ECF;
}
.AnyTagClassName
{
color: #653ECF;
}
</style>
background-color css
<style>
a { background-color: #653ECF; }
a { background-color: rgb(101,62,207); }
div.DivClassName
{
background-color: #653ECF;
}
.BgClassName
{
background-color: #653ECF;
}
</style>
border-color css
<style>
span { border-color: #653ECF; }
span { border-color: rgb(101,62,207); }
td.TdClassName
{
border-color: #653ECF;
}
.TagClassName
{
border-color: #653ECF;
}
</style>