Shades of Purple Heart #652BD7
Tints of Purple Heart #652BD7
RGB
CMYK
RGB Variations
Color information
#652BD7 (or 0x652BD7) is known color: Purple Heart. HEX triplet: 65, 2B and D7. RGB value is (101,43,215). Sum of RGB (Red+Green+Blue) = 101+43+215=359 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.13% from 359); Green value is 43 (17.19% from 255 or 11.98% from 359); Blue value is 215 (84.38% from 255 or 59.89% from 359); Max value from RGB is 215 - color contains mainly: blue. Hex color #652BD7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #652BD7 is #9AD428. Grayscale: #4F4F4F. Windows color (decimal): -10146857 or 14101349. OLE color: 14101349.
HSL color Cylindrical-coordinate representation of color #652BD7: hue angle of 260.23º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #652BD7 is Cyan = 0.53, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 101 | 43 | 215 | - |
| CMYK | 0.53 | 0.8 | 0 | 0.16 |
| HSL | 260.23º | 0.68% | 0.51% | - |
| HSV(B) | 260.23º | 0.8% | 0.84% | - |
| XYZ | 18.5 | 9.4 | 65.13 | - |
| YUV | 79.95 | 204.22 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 43 | 215 | 0.53 | 0.8 | 0 | 0.16 | 260.23 | 0.68 | 0.51 |
| Hex | 65 | 2B | D7 | 35 | 50 | 0 | 10 | 104 | 44 | 33 |
| Octal | 145 | 53 | 327 | 65 | 120 | 0 | 20 | 404 | 104 | 63 |
| Binary | 1100101 | 101011 | 11010111 | 110101 | 1010000 | 0 | 10000 | 100000100 | 1000100 | 110011 |
Color Harmonies of #652BD7
Complementary color
Monochromatic Colors of #652BD7
Black with #652BD7
Text Example
Text Example
White with #652BD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652BD7; }
p { color: rgb(101,43,215); }
H1.HeaderClassName
{
color: #652BD7;
}
.AnyTagClassName
{
color: #652BD7;
}
</style>
background-color css
<style>
a { background-color: #652BD7; }
a { background-color: rgb(101,43,215); }
div.DivClassName
{
background-color: #652BD7;
}
.BgClassName
{
background-color: #652BD7;
}
</style>
border-color css
<style>
span { border-color: #652BD7; }
span { border-color: rgb(101,43,215); }
td.TdClassName
{
border-color: #652BD7;
}
.TagClassName
{
border-color: #652BD7;
}
</style>