Shades of Purple Heart #652ECC
Tints of Purple Heart #652ECC
RGB
CMYK
RGB Variations
Color information
#652ECC (or 0x652ECC) is known color: Purple Heart. HEX triplet: 65, 2E and CC. RGB value is (101,46,204). Sum of RGB (Red+Green+Blue) = 101+46+204=351 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.77% from 351); Green value is 46 (18.36% from 255 or 13.11% from 351); Blue value is 204 (80.08% from 255 or 58.12% from 351); Max value from RGB is 204 - color contains mainly: blue. Hex color #652ECC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #652ECC is #9AD133. Grayscale: #4F4F4F. Windows color (decimal): -10146100 or 13381221. OLE color: 13381221.
HSL color Cylindrical-coordinate representation of color #652ECC: hue angle of 260.89º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #652ECC is Cyan = 0.50, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 101 | 46 | 204 | - |
| CMYK | 0.50 | 0.77 | 0 | 0.2 |
| HSL | 260.89º | 0.63% | 0.49% | - |
| HSV(B) | 260.89º | 0.77% | 0.8% | - |
| XYZ | 17.24 | 9.08 | 57.97 | - |
| YUV | 80.46 | 197.72 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 46 | 204 | 0.50 | 0.77 | 0 | 0.2 | 260.89 | 0.63 | 0.49 |
| Hex | 65 | 2E | CC | 32 | 4D | 0 | 14 | 105 | 3F | 31 |
| Octal | 145 | 56 | 314 | 62 | 115 | 0 | 24 | 405 | 77 | 61 |
| Binary | 1100101 | 101110 | 11001100 | 110010 | 1001101 | 0 | 10100 | 100000101 | 111111 | 110001 |
Color Harmonies of #652ECC
Complementary color
Monochromatic Colors of #652ECC
Black with #652ECC
Text Example
Text Example
White with #652ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652ECC; }
p { color: rgb(101,46,204); }
H1.HeaderClassName
{
color: #652ECC;
}
.AnyTagClassName
{
color: #652ECC;
}
</style>
background-color css
<style>
a { background-color: #652ECC; }
a { background-color: rgb(101,46,204); }
div.DivClassName
{
background-color: #652ECC;
}
.BgClassName
{
background-color: #652ECC;
}
</style>
border-color css
<style>
span { border-color: #652ECC; }
span { border-color: rgb(101,46,204); }
td.TdClassName
{
border-color: #652ECC;
}
.TagClassName
{
border-color: #652ECC;
}
</style>