Shades of Purple Heart #653ADE
Tints of Purple Heart #653ADE
RGB
CMYK
RGB Variations
Color information
#653ADE (or 0x653ADE) is known color: Purple Heart. HEX triplet: 65, 3A and DE. RGB value is (101,58,222). Sum of RGB (Red+Green+Blue) = 101+58+222=381 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.51% from 381); Green value is 58 (23.05% from 255 or 15.22% from 381); Blue value is 222 (87.11% from 255 or 58.27% from 381); Max value from RGB is 222 - color contains mainly: blue. Hex color #653ADE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #653ADE is #9AC521. Grayscale: #585858. Windows color (decimal): -10143010 or 14563941. OLE color: 14563941.
HSL color Cylindrical-coordinate representation of color #653ADE: hue angle of 255.73º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #653ADE is Cyan = 0.55, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 58 | 222 | - |
| CMYK | 0.55 | 0.74 | 0 | 0.13 |
| HSL | 255.73º | 0.71% | 0.55% | - |
| HSV(B) | 255.73º | 0.74% | 0.87% | - |
| XYZ | 20.06 | 11.07 | 70.19 | - |
| YUV | 89.55 | 202.75 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 58 | 222 | 0.55 | 0.74 | 0 | 0.13 | 255.73 | 0.71 | 0.55 |
| Hex | 65 | 3A | DE | 37 | 4A | 0 | D | 100 | 47 | 37 |
| Octal | 145 | 72 | 336 | 67 | 112 | 0 | 15 | 400 | 107 | 67 |
| Binary | 1100101 | 111010 | 11011110 | 110111 | 1001010 | 0 | 1101 | 100000000 | 1000111 | 110111 |
Color Harmonies of #653ADE
Complementary color
Monochromatic Colors of #653ADE
Black with #653ADE
Text Example
Text Example
White with #653ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653ADE; }
p { color: rgb(101,58,222); }
H1.HeaderClassName
{
color: #653ADE;
}
.AnyTagClassName
{
color: #653ADE;
}
</style>
background-color css
<style>
a { background-color: #653ADE; }
a { background-color: rgb(101,58,222); }
div.DivClassName
{
background-color: #653ADE;
}
.BgClassName
{
background-color: #653ADE;
}
</style>
border-color css
<style>
span { border-color: #653ADE; }
span { border-color: rgb(101,58,222); }
td.TdClassName
{
border-color: #653ADE;
}
.TagClassName
{
border-color: #653ADE;
}
</style>