Shades of Purple Heart #653FCF
Tints of Purple Heart #653FCF
RGB
CMYK
RGB Variations
Color information
#653FCF (or 0x653FCF) is known color: Purple Heart. HEX triplet: 65, 3F and CF. RGB value is (101,63,207). Sum of RGB (Red+Green+Blue) = 101+63+207=371 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.22% from 371); Green value is 63 (25% from 255 or 16.98% from 371); Blue value is 207 (81.25% from 255 or 55.80% from 371); Max value from RGB is 207 - color contains mainly: blue. Hex color #653FCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #653FCF is #9AC030. Grayscale: #5A5A5A. Windows color (decimal): -10141745 or 13582181. OLE color: 13582181.
HSL color Cylindrical-coordinate representation of color #653FCF: hue angle of 255.83º 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 #653FCF is Cyan = 0.51, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 63 | 207 | - |
| CMYK | 0.51 | 0.70 | 0 | 0.19 |
| HSL | 255.83º | 0.6% | 0.53% | - |
| HSV(B) | 255.83º | 0.7% | 0.81% | - |
| XYZ | 18.41 | 10.83 | 60.15 | - |
| YUV | 90.78 | 193.59 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 63 | 207 | 0.51 | 0.70 | 0 | 0.19 | 255.83 | 0.6 | 0.53 |
| Hex | 65 | 3F | CF | 33 | 46 | 0 | 13 | 100 | 3C | 35 |
| Octal | 145 | 77 | 317 | 63 | 106 | 0 | 23 | 400 | 74 | 65 |
| Binary | 1100101 | 111111 | 11001111 | 110011 | 1000110 | 0 | 10011 | 100000000 | 111100 | 110101 |
Color Harmonies of #653FCF
Complementary color
Monochromatic Colors of #653FCF
Black with #653FCF
Text Example
Text Example
White with #653FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653FCF; }
p { color: rgb(101,63,207); }
H1.HeaderClassName
{
color: #653FCF;
}
.AnyTagClassName
{
color: #653FCF;
}
</style>
background-color css
<style>
a { background-color: #653FCF; }
a { background-color: rgb(101,63,207); }
div.DivClassName
{
background-color: #653FCF;
}
.BgClassName
{
background-color: #653FCF;
}
</style>
border-color css
<style>
span { border-color: #653FCF; }
span { border-color: rgb(101,63,207); }
td.TdClassName
{
border-color: #653FCF;
}
.TagClassName
{
border-color: #653FCF;
}
</style>