Shades of Purple Heart #652BC0
Tints of Purple Heart #652BC0
RGB
CMYK
RGB Variations
Color information
#652BC0 (or 0x652BC0) is known color: Purple Heart. HEX triplet: 65, 2B and C0. RGB value is (101,43,192). Sum of RGB (Red+Green+Blue) = 101+43+192=336 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.06% from 336); Green value is 43 (17.19% from 255 or 12.80% from 336); Blue value is 192 (75.39% from 255 or 57.14% from 336); Max value from RGB is 192 - color contains mainly: blue. Hex color #652BC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #652BC0 is #9AD43F. Grayscale: #4C4C4C. Windows color (decimal): -10146880 or 12594021. OLE color: 12594021.
HSL color Cylindrical-coordinate representation of color #652BC0: hue angle of 263.36º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #652BC0 is Cyan = 0.47, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 101 | 43 | 192 | - |
| CMYK | 0.47 | 0.78 | 0 | 0.25 |
| HSL | 263.36º | 0.63% | 0.46% | - |
| HSV(B) | 263.36º | 0.78% | 0.75% | - |
| XYZ | 15.75 | 8.3 | 50.64 | - |
| YUV | 77.33 | 192.72 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 43 | 192 | 0.47 | 0.78 | 0 | 0.25 | 263.36 | 0.63 | 0.46 |
| Hex | 65 | 2B | C0 | 2F | 4E | 0 | 19 | 107 | 3F | 2E |
| Octal | 145 | 53 | 300 | 57 | 116 | 0 | 31 | 407 | 77 | 56 |
| Binary | 1100101 | 101011 | 11000000 | 101111 | 1001110 | 0 | 11001 | 100000111 | 111111 | 101110 |
Color Harmonies of #652BC0
Complementary color
Monochromatic Colors of #652BC0
Black with #652BC0
Text Example
Text Example
White with #652BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652BC0; }
p { color: rgb(101,43,192); }
H1.HeaderClassName
{
color: #652BC0;
}
.AnyTagClassName
{
color: #652BC0;
}
</style>
background-color css
<style>
a { background-color: #652BC0; }
a { background-color: rgb(101,43,192); }
div.DivClassName
{
background-color: #652BC0;
}
.BgClassName
{
background-color: #652BC0;
}
</style>
border-color css
<style>
span { border-color: #652BC0; }
span { border-color: rgb(101,43,192); }
td.TdClassName
{
border-color: #652BC0;
}
.TagClassName
{
border-color: #652BC0;
}
</style>