Shades of Purple Heart #652ADF
Tints of Purple Heart #652ADF
RGB
CMYK
RGB Variations
Color information
#652ADF (or 0x652ADF) is known color: Purple Heart. HEX triplet: 65, 2A and DF. RGB value is (101,42,223). Sum of RGB (Red+Green+Blue) = 101+42+223=366 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.60% from 366); Green value is 42 (16.80% from 255 or 11.48% from 366); Blue value is 223 (87.5% from 255 or 60.93% from 366); Max value from RGB is 223 - color contains mainly: blue. Hex color #652ADF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #652ADF is #9AD520. Grayscale: #4F4F4F. Windows color (decimal): -10147105 or 14625381. OLE color: 14625381.
HSL color Cylindrical-coordinate representation of color #652ADF: hue angle of 259.56º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #652ADF is Cyan = 0.55, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 42 | 223 | - |
| CMYK | 0.55 | 0.81 | 0 | 0.13 |
| HSL | 259.56º | 0.74% | 0.52% | - |
| HSV(B) | 259.56º | 0.81% | 0.87% | - |
| XYZ | 19.51 | 9.75 | 70.67 | - |
| YUV | 80.28 | 208.55 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 42 | 223 | 0.55 | 0.81 | 0 | 0.13 | 259.56 | 0.74 | 0.52 |
| Hex | 65 | 2A | DF | 37 | 51 | 0 | D | 104 | 4A | 34 |
| Octal | 145 | 52 | 337 | 67 | 121 | 0 | 15 | 404 | 112 | 64 |
| Binary | 1100101 | 101010 | 11011111 | 110111 | 1010001 | 0 | 1101 | 100000100 | 1001010 | 110100 |
Color Harmonies of #652ADF
Complementary color
Monochromatic Colors of #652ADF
Black with #652ADF
Text Example
Text Example
White with #652ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652ADF; }
p { color: rgb(101,42,223); }
H1.HeaderClassName
{
color: #652ADF;
}
.AnyTagClassName
{
color: #652ADF;
}
</style>
background-color css
<style>
a { background-color: #652ADF; }
a { background-color: rgb(101,42,223); }
div.DivClassName
{
background-color: #652ADF;
}
.BgClassName
{
background-color: #652ADF;
}
</style>
border-color css
<style>
span { border-color: #652ADF; }
span { border-color: rgb(101,42,223); }
td.TdClassName
{
border-color: #652ADF;
}
.TagClassName
{
border-color: #652ADF;
}
</style>