Shades of Purple Heart #652BDC
Tints of Purple Heart #652BDC
RGB
CMYK
RGB Variations
Color information
#652BDC (or 0x652BDC) is known color: Purple Heart. HEX triplet: 65, 2B and DC. RGB value is (101,43,220). Sum of RGB (Red+Green+Blue) = 101+43+220=364 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.75% from 364); Green value is 43 (17.19% from 255 or 11.81% from 364); Blue value is 220 (86.33% from 255 or 60.44% from 364); Max value from RGB is 220 - color contains mainly: blue. Hex color #652BDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #652BDC is #9AD423. Grayscale: #4F4F4F. Windows color (decimal): -10146852 or 14429029. OLE color: 14429029.
HSL color Cylindrical-coordinate representation of color #652BDC: hue angle of 259.66º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #652BDC is Cyan = 0.54, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 43 | 220 | - |
| CMYK | 0.54 | 0.80 | 0 | 0.14 |
| HSL | 259.66º | 0.72% | 0.52% | - |
| HSV(B) | 259.66º | 0.8% | 0.86% | - |
| XYZ | 19.15 | 9.66 | 68.57 | - |
| YUV | 80.52 | 206.72 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 43 | 220 | 0.54 | 0.80 | 0 | 0.14 | 259.66 | 0.72 | 0.52 |
| Hex | 65 | 2B | DC | 36 | 50 | 0 | E | 104 | 48 | 34 |
| Octal | 145 | 53 | 334 | 66 | 120 | 0 | 16 | 404 | 110 | 64 |
| Binary | 1100101 | 101011 | 11011100 | 110110 | 1010000 | 0 | 1110 | 100000100 | 1001000 | 110100 |
Color Harmonies of #652BDC
Complementary color
Monochromatic Colors of #652BDC
Black with #652BDC
Text Example
Text Example
White with #652BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652BDC; }
p { color: rgb(101,43,220); }
H1.HeaderClassName
{
color: #652BDC;
}
.AnyTagClassName
{
color: #652BDC;
}
</style>
background-color css
<style>
a { background-color: #652BDC; }
a { background-color: rgb(101,43,220); }
div.DivClassName
{
background-color: #652BDC;
}
.BgClassName
{
background-color: #652BDC;
}
</style>
border-color css
<style>
span { border-color: #652BDC; }
span { border-color: rgb(101,43,220); }
td.TdClassName
{
border-color: #652BDC;
}
.TagClassName
{
border-color: #652BDC;
}
</style>