Shades of Purple Heart #652DCC
Tints of Purple Heart #652DCC
RGB
CMYK
RGB Variations
Color information
#652DCC (or 0x652DCC) is known color: Purple Heart. HEX triplet: 65, 2D and CC. RGB value is (101,45,204). Sum of RGB (Red+Green+Blue) = 101+45+204=350 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.86% from 350); Green value is 45 (17.97% from 255 or 12.86% from 350); Blue value is 204 (80.08% from 255 or 58.29% from 350); Max value from RGB is 204 - color contains mainly: blue. Hex color #652DCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #652DCC is #9AD233. Grayscale: #4F4F4F. Windows color (decimal): -10146356 or 13380965. OLE color: 13380965.
HSL color Cylindrical-coordinate representation of color #652DCC: hue angle of 261.13º degrees, saturation: 0.64, 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 #652DCC is Cyan = 0.50, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 101 | 45 | 204 | - |
| CMYK | 0.50 | 0.78 | 0 | 0.2 |
| HSL | 261.13º | 0.64% | 0.49% | - |
| HSV(B) | 261.13º | 0.78% | 0.8% | - |
| XYZ | 17.2 | 9 | 57.96 | - |
| YUV | 79.87 | 198.05 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 45 | 204 | 0.50 | 0.78 | 0 | 0.2 | 261.13 | 0.64 | 0.49 |
| Hex | 65 | 2D | CC | 32 | 4E | 0 | 14 | 105 | 40 | 31 |
| Octal | 145 | 55 | 314 | 62 | 116 | 0 | 24 | 405 | 100 | 61 |
| Binary | 1100101 | 101101 | 11001100 | 110010 | 1001110 | 0 | 10100 | 100000101 | 1000000 | 110001 |
Color Harmonies of #652DCC
Complementary color
Monochromatic Colors of #652DCC
Black with #652DCC
Text Example
Text Example
White with #652DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652DCC; }
p { color: rgb(101,45,204); }
H1.HeaderClassName
{
color: #652DCC;
}
.AnyTagClassName
{
color: #652DCC;
}
</style>
background-color css
<style>
a { background-color: #652DCC; }
a { background-color: rgb(101,45,204); }
div.DivClassName
{
background-color: #652DCC;
}
.BgClassName
{
background-color: #652DCC;
}
</style>
border-color css
<style>
span { border-color: #652DCC; }
span { border-color: rgb(101,45,204); }
td.TdClassName
{
border-color: #652DCC;
}
.TagClassName
{
border-color: #652DCC;
}
</style>