Shades of Purple Heart #652CCC
Tints of Purple Heart #652CCC
RGB
CMYK
RGB Variations
Color information
#652CCC (or 0x652CCC) is known color: Purple Heart. HEX triplet: 65, 2C and CC. RGB value is (101,44,204). Sum of RGB (Red+Green+Blue) = 101+44+204=349 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.94% from 349); Green value is 44 (17.58% from 255 or 12.61% from 349); Blue value is 204 (80.08% from 255 or 58.45% from 349); Max value from RGB is 204 - color contains mainly: blue. Hex color #652CCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #652CCC is #9AD333. Grayscale: #4E4E4E. Windows color (decimal): -10146612 or 13380709. OLE color: 13380709.
HSL color Cylindrical-coordinate representation of color #652CCC: hue angle of 261.38º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #652CCC is Cyan = 0.50, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 101 | 44 | 204 | - |
| CMYK | 0.50 | 0.78 | 0 | 0.2 |
| HSL | 261.38º | 0.65% | 0.49% | - |
| HSV(B) | 261.38º | 0.78% | 0.8% | - |
| XYZ | 17.17 | 8.93 | 57.95 | - |
| YUV | 79.28 | 198.38 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 44 | 204 | 0.50 | 0.78 | 0 | 0.2 | 261.38 | 0.65 | 0.49 |
| Hex | 65 | 2C | CC | 32 | 4E | 0 | 14 | 105 | 41 | 31 |
| Octal | 145 | 54 | 314 | 62 | 116 | 0 | 24 | 405 | 101 | 61 |
| Binary | 1100101 | 101100 | 11001100 | 110010 | 1001110 | 0 | 10100 | 100000101 | 1000001 | 110001 |
Color Harmonies of #652CCC
Complementary color
Monochromatic Colors of #652CCC
Black with #652CCC
Text Example
Text Example
White with #652CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652CCC; }
p { color: rgb(101,44,204); }
H1.HeaderClassName
{
color: #652CCC;
}
.AnyTagClassName
{
color: #652CCC;
}
</style>
background-color css
<style>
a { background-color: #652CCC; }
a { background-color: rgb(101,44,204); }
div.DivClassName
{
background-color: #652CCC;
}
.BgClassName
{
background-color: #652CCC;
}
</style>
border-color css
<style>
span { border-color: #652CCC; }
span { border-color: rgb(101,44,204); }
td.TdClassName
{
border-color: #652CCC;
}
.TagClassName
{
border-color: #652CCC;
}
</style>