Shades of Purple Heart #652CB7
Tints of Purple Heart #652CB7
RGB
CMYK
RGB Variations
Color information
#652CB7 (or 0x652CB7) is known color: Purple Heart. HEX triplet: 65, 2C and B7. RGB value is (101,44,183). Sum of RGB (Red+Green+Blue) = 101+44+183=328 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.79% from 328); Green value is 44 (17.58% from 255 or 13.41% from 328); Blue value is 183 (71.88% from 255 or 55.79% from 328); Max value from RGB is 183 - color contains mainly: blue. Hex color #652CB7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #652CB7 is #9AD348. Grayscale: #4C4C4C. Windows color (decimal): -10146633 or 12004453. OLE color: 12004453.
HSL color Cylindrical-coordinate representation of color #652CB7: hue angle of 264.6º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #652CB7 is Cyan = 0.45, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 101 | 44 | 183 | - |
| CMYK | 0.45 | 0.76 | 0 | 0.28 |
| HSL | 264.6º | 0.61% | 0.45% | - |
| HSV(B) | 264.6º | 0.76% | 0.72% | - |
| XYZ | 14.81 | 7.99 | 45.56 | - |
| YUV | 76.89 | 187.88 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 44 | 183 | 0.45 | 0.76 | 0 | 0.28 | 264.6 | 0.61 | 0.45 |
| Hex | 65 | 2C | B7 | 2D | 4C | 0 | 1C | 109 | 3D | 2D |
| Octal | 145 | 54 | 267 | 55 | 114 | 0 | 34 | 411 | 75 | 55 |
| Binary | 1100101 | 101100 | 10110111 | 101101 | 1001100 | 0 | 11100 | 100001001 | 111101 | 101101 |
Color Harmonies of #652CB7
Complementary color
Monochromatic Colors of #652CB7
Black with #652CB7
Text Example
Text Example
White with #652CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652CB7; }
p { color: rgb(101,44,183); }
H1.HeaderClassName
{
color: #652CB7;
}
.AnyTagClassName
{
color: #652CB7;
}
</style>
background-color css
<style>
a { background-color: #652CB7; }
a { background-color: rgb(101,44,183); }
div.DivClassName
{
background-color: #652CB7;
}
.BgClassName
{
background-color: #652CB7;
}
</style>
border-color css
<style>
span { border-color: #652CB7; }
span { border-color: rgb(101,44,183); }
td.TdClassName
{
border-color: #652CB7;
}
.TagClassName
{
border-color: #652CB7;
}
</style>