Shades of Purple Heart #652ADE
Tints of Purple Heart #652ADE
RGB
CMYK
RGB Variations
Color information
#652ADE (or 0x652ADE) is known color: Purple Heart. HEX triplet: 65, 2A and DE. RGB value is (101,42,222). Sum of RGB (Red+Green+Blue) = 101+42+222=365 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.67% from 365); Green value is 42 (16.80% from 255 or 11.51% from 365); Blue value is 222 (87.11% from 255 or 60.82% from 365); Max value from RGB is 222 - color contains mainly: blue. Hex color #652ADE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #652ADE is #9AD521. Grayscale: #4F4F4F. Windows color (decimal): -10147106 or 14559845. OLE color: 14559845.
HSL color Cylindrical-coordinate representation of color #652ADE: hue angle of 259.67º degrees, saturation: 0.73, 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 #652ADE is Cyan = 0.55, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 42 | 222 | - |
| CMYK | 0.55 | 0.81 | 0 | 0.13 |
| HSL | 259.67º | 0.73% | 0.52% | - |
| HSV(B) | 259.67º | 0.81% | 0.87% | - |
| XYZ | 19.38 | 9.7 | 69.96 | - |
| YUV | 80.16 | 208.05 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 42 | 222 | 0.55 | 0.81 | 0 | 0.13 | 259.67 | 0.73 | 0.52 |
| Hex | 65 | 2A | DE | 37 | 51 | 0 | D | 104 | 49 | 34 |
| Octal | 145 | 52 | 336 | 67 | 121 | 0 | 15 | 404 | 111 | 64 |
| Binary | 1100101 | 101010 | 11011110 | 110111 | 1010001 | 0 | 1101 | 100000100 | 1001001 | 110100 |
Color Harmonies of #652ADE
Complementary color
Monochromatic Colors of #652ADE
Black with #652ADE
Text Example
Text Example
White with #652ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652ADE; }
p { color: rgb(101,42,222); }
H1.HeaderClassName
{
color: #652ADE;
}
.AnyTagClassName
{
color: #652ADE;
}
</style>
background-color css
<style>
a { background-color: #652ADE; }
a { background-color: rgb(101,42,222); }
div.DivClassName
{
background-color: #652ADE;
}
.BgClassName
{
background-color: #652ADE;
}
</style>
border-color css
<style>
span { border-color: #652ADE; }
span { border-color: rgb(101,42,222); }
td.TdClassName
{
border-color: #652ADE;
}
.TagClassName
{
border-color: #652ADE;
}
</style>