Shades of Purple Heart #653DCF
Tints of Purple Heart #653DCF
RGB
CMYK
RGB Variations
Color information
#653DCF (or 0x653DCF) is known color: Purple Heart. HEX triplet: 65, 3D and CF. RGB value is (101,61,207). Sum of RGB (Red+Green+Blue) = 101+61+207=369 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.37% from 369); Green value is 61 (24.22% from 255 or 16.53% from 369); Blue value is 207 (81.25% from 255 or 56.10% from 369); Max value from RGB is 207 - color contains mainly: blue. Hex color #653DCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #653DCF is #9AC230. Grayscale: #595959. Windows color (decimal): -10142257 or 13581669. OLE color: 13581669.
HSL color Cylindrical-coordinate representation of color #653DCF: hue angle of 256.44º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #653DCF is Cyan = 0.51, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 61 | 207 | - |
| CMYK | 0.51 | 0.71 | 0 | 0.19 |
| HSL | 256.44º | 0.6% | 0.53% | - |
| HSV(B) | 256.44º | 0.71% | 0.81% | - |
| XYZ | 18.3 | 10.61 | 60.11 | - |
| YUV | 89.6 | 194.25 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 61 | 207 | 0.51 | 0.71 | 0 | 0.19 | 256.44 | 0.6 | 0.53 |
| Hex | 65 | 3D | CF | 33 | 47 | 0 | 13 | 100 | 3C | 35 |
| Octal | 145 | 75 | 317 | 63 | 107 | 0 | 23 | 400 | 74 | 65 |
| Binary | 1100101 | 111101 | 11001111 | 110011 | 1000111 | 0 | 10011 | 100000000 | 111100 | 110101 |
Color Harmonies of #653DCF
Complementary color
Monochromatic Colors of #653DCF
Black with #653DCF
Text Example
Text Example
White with #653DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653DCF; }
p { color: rgb(101,61,207); }
H1.HeaderClassName
{
color: #653DCF;
}
.AnyTagClassName
{
color: #653DCF;
}
</style>
background-color css
<style>
a { background-color: #653DCF; }
a { background-color: rgb(101,61,207); }
div.DivClassName
{
background-color: #653DCF;
}
.BgClassName
{
background-color: #653DCF;
}
</style>
border-color css
<style>
span { border-color: #653DCF; }
span { border-color: rgb(101,61,207); }
td.TdClassName
{
border-color: #653DCF;
}
.TagClassName
{
border-color: #653DCF;
}
</style>