Shades of Purple Heart #652DCF
Tints of Purple Heart #652DCF
RGB
CMYK
RGB Variations
Color information
#652DCF (or 0x652DCF) is known color: Purple Heart. HEX triplet: 65, 2D and CF. RGB value is (101,45,207). Sum of RGB (Red+Green+Blue) = 101+45+207=353 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.61% from 353); Green value is 45 (17.97% from 255 or 12.75% from 353); Blue value is 207 (81.25% from 255 or 58.64% from 353); Max value from RGB is 207 - color contains mainly: blue. Hex color #652DCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #652DCF is #9AD230. Grayscale: #4F4F4F. Windows color (decimal): -10146353 or 13577573. OLE color: 13577573.
HSL color Cylindrical-coordinate representation of color #652DCF: hue angle of 260.74º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #652DCF is Cyan = 0.51, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 45 | 207 | - |
| CMYK | 0.51 | 0.78 | 0 | 0.19 |
| HSL | 260.74º | 0.64% | 0.49% | - |
| HSV(B) | 260.74º | 0.78% | 0.81% | - |
| XYZ | 17.57 | 9.15 | 59.87 | - |
| YUV | 80.21 | 199.55 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 45 | 207 | 0.51 | 0.78 | 0 | 0.19 | 260.74 | 0.64 | 0.49 |
| Hex | 65 | 2D | CF | 33 | 4E | 0 | 13 | 105 | 40 | 31 |
| Octal | 145 | 55 | 317 | 63 | 116 | 0 | 23 | 405 | 100 | 61 |
| Binary | 1100101 | 101101 | 11001111 | 110011 | 1001110 | 0 | 10011 | 100000101 | 1000000 | 110001 |
Color Harmonies of #652DCF
Complementary color
Monochromatic Colors of #652DCF
Black with #652DCF
Text Example
Text Example
White with #652DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652DCF; }
p { color: rgb(101,45,207); }
H1.HeaderClassName
{
color: #652DCF;
}
.AnyTagClassName
{
color: #652DCF;
}
</style>
background-color css
<style>
a { background-color: #652DCF; }
a { background-color: rgb(101,45,207); }
div.DivClassName
{
background-color: #652DCF;
}
.BgClassName
{
background-color: #652DCF;
}
</style>
border-color css
<style>
span { border-color: #652DCF; }
span { border-color: rgb(101,45,207); }
td.TdClassName
{
border-color: #652DCF;
}
.TagClassName
{
border-color: #652DCF;
}
</style>