Shades of Purple Heart #652BC7
Tints of Purple Heart #652BC7
RGB
CMYK
RGB Variations
Color information
#652BC7 (or 0x652BC7) is known color: Purple Heart. HEX triplet: 65, 2B and C7. RGB value is (101,43,199). Sum of RGB (Red+Green+Blue) = 101+43+199=343 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.45% from 343); Green value is 43 (17.19% from 255 or 12.54% from 343); Blue value is 199 (78.12% from 255 or 58.02% from 343); Max value from RGB is 199 - color contains mainly: blue. Hex color #652BC7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #652BC7 is #9AD438. Grayscale: #4D4D4D. Windows color (decimal): -10146873 or 13052773. OLE color: 13052773.
HSL color Cylindrical-coordinate representation of color #652BC7: hue angle of 262.31º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #652BC7 is Cyan = 0.49, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 101 | 43 | 199 | - |
| CMYK | 0.49 | 0.78 | 0 | 0.22 |
| HSL | 262.31º | 0.64% | 0.47% | - |
| HSV(B) | 262.31º | 0.78% | 0.78% | - |
| XYZ | 16.54 | 8.62 | 54.82 | - |
| YUV | 78.13 | 196.22 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 43 | 199 | 0.49 | 0.78 | 0 | 0.22 | 262.31 | 0.64 | 0.47 |
| Hex | 65 | 2B | C7 | 31 | 4E | 0 | 16 | 106 | 40 | 2F |
| Octal | 145 | 53 | 307 | 61 | 116 | 0 | 26 | 406 | 100 | 57 |
| Binary | 1100101 | 101011 | 11000111 | 110001 | 1001110 | 0 | 10110 | 100000110 | 1000000 | 101111 |
Color Harmonies of #652BC7
Complementary color
Monochromatic Colors of #652BC7
Black with #652BC7
Text Example
Text Example
White with #652BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652BC7; }
p { color: rgb(101,43,199); }
H1.HeaderClassName
{
color: #652BC7;
}
.AnyTagClassName
{
color: #652BC7;
}
</style>
background-color css
<style>
a { background-color: #652BC7; }
a { background-color: rgb(101,43,199); }
div.DivClassName
{
background-color: #652BC7;
}
.BgClassName
{
background-color: #652BC7;
}
</style>
border-color css
<style>
span { border-color: #652BC7; }
span { border-color: rgb(101,43,199); }
td.TdClassName
{
border-color: #652BC7;
}
.TagClassName
{
border-color: #652BC7;
}
</style>