Shades of Purple Heart #652CC0
Tints of Purple Heart #652CC0
RGB
CMYK
RGB Variations
Color information
#652CC0 (or 0x652CC0) is known color: Purple Heart. HEX triplet: 65, 2C and C0. RGB value is (101,44,192). Sum of RGB (Red+Green+Blue) = 101+44+192=337 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.97% from 337); Green value is 44 (17.58% from 255 or 13.06% from 337); Blue value is 192 (75.39% from 255 or 56.97% from 337); Max value from RGB is 192 - color contains mainly: blue. Hex color #652CC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #652CC0 is #9AD33F. Grayscale: #4D4D4D. Windows color (decimal): -10146624 or 12594277. OLE color: 12594277.
HSL color Cylindrical-coordinate representation of color #652CC0: hue angle of 263.11º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #652CC0 is Cyan = 0.47, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 101 | 44 | 192 | - |
| CMYK | 0.47 | 0.77 | 0 | 0.25 |
| HSL | 263.11º | 0.63% | 0.46% | - |
| HSV(B) | 263.11º | 0.77% | 0.75% | - |
| XYZ | 15.78 | 8.37 | 50.65 | - |
| YUV | 77.92 | 192.38 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 44 | 192 | 0.47 | 0.77 | 0 | 0.25 | 263.11 | 0.63 | 0.46 |
| Hex | 65 | 2C | C0 | 2F | 4D | 0 | 19 | 107 | 3F | 2E |
| Octal | 145 | 54 | 300 | 57 | 115 | 0 | 31 | 407 | 77 | 56 |
| Binary | 1100101 | 101100 | 11000000 | 101111 | 1001101 | 0 | 11001 | 100000111 | 111111 | 101110 |
Color Harmonies of #652CC0
Complementary color
Monochromatic Colors of #652CC0
Black with #652CC0
Text Example
Text Example
White with #652CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652CC0; }
p { color: rgb(101,44,192); }
H1.HeaderClassName
{
color: #652CC0;
}
.AnyTagClassName
{
color: #652CC0;
}
</style>
background-color css
<style>
a { background-color: #652CC0; }
a { background-color: rgb(101,44,192); }
div.DivClassName
{
background-color: #652CC0;
}
.BgClassName
{
background-color: #652CC0;
}
</style>
border-color css
<style>
span { border-color: #652CC0; }
span { border-color: rgb(101,44,192); }
td.TdClassName
{
border-color: #652CC0;
}
.TagClassName
{
border-color: #652CC0;
}
</style>