Shades of Purple Heart #652AD6
Tints of Purple Heart #652AD6
RGB
CMYK
RGB Variations
Color information
#652AD6 (or 0x652AD6) is known color: Purple Heart. HEX triplet: 65, 2A and D6. RGB value is (101,42,214). Sum of RGB (Red+Green+Blue) = 101+42+214=357 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.29% from 357); Green value is 42 (16.80% from 255 or 11.76% from 357); Blue value is 214 (83.98% from 255 or 59.94% from 357); Max value from RGB is 214 - color contains mainly: blue. Hex color #652AD6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #652AD6 is #9AD529. Grayscale: #4E4E4E. Windows color (decimal): -10147114 or 14035557. OLE color: 14035557.
HSL color Cylindrical-coordinate representation of color #652AD6: hue angle of 260.58º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #652AD6 is Cyan = 0.53, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 101 | 42 | 214 | - |
| CMYK | 0.53 | 0.80 | 0 | 0.16 |
| HSL | 260.58º | 0.68% | 0.5% | - |
| HSV(B) | 260.58º | 0.8% | 0.84% | - |
| XYZ | 18.33 | 9.28 | 64.44 | - |
| YUV | 79.25 | 204.05 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 42 | 214 | 0.53 | 0.80 | 0 | 0.16 | 260.58 | 0.68 | 0.5 |
| Hex | 65 | 2A | D6 | 35 | 50 | 0 | 10 | 105 | 44 | 32 |
| Octal | 145 | 52 | 326 | 65 | 120 | 0 | 20 | 405 | 104 | 62 |
| Binary | 1100101 | 101010 | 11010110 | 110101 | 1010000 | 0 | 10000 | 100000101 | 1000100 | 110010 |
Color Harmonies of #652AD6
Complementary color
Monochromatic Colors of #652AD6
Black with #652AD6
Text Example
Text Example
White with #652AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652AD6; }
p { color: rgb(101,42,214); }
H1.HeaderClassName
{
color: #652AD6;
}
.AnyTagClassName
{
color: #652AD6;
}
</style>
background-color css
<style>
a { background-color: #652AD6; }
a { background-color: rgb(101,42,214); }
div.DivClassName
{
background-color: #652AD6;
}
.BgClassName
{
background-color: #652AD6;
}
</style>
border-color css
<style>
span { border-color: #652AD6; }
span { border-color: rgb(101,42,214); }
td.TdClassName
{
border-color: #652AD6;
}
.TagClassName
{
border-color: #652AD6;
}
</style>