Shades of Purple Heart #653DDE
Tints of Purple Heart #653DDE
RGB
CMYK
RGB Variations
Color information
#653DDE (or 0x653DDE) is known color: Purple Heart. HEX triplet: 65, 3D and DE. RGB value is (101,61,222). Sum of RGB (Red+Green+Blue) = 101+61+222=384 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.30% from 384); Green value is 61 (24.22% from 255 or 15.89% from 384); Blue value is 222 (87.11% from 255 or 57.81% from 384); Max value from RGB is 222 - color contains mainly: blue. Hex color #653DDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #653DDE is #9AC221. Grayscale: #5A5A5A. Windows color (decimal): -10142242 or 14564709. OLE color: 14564709.
HSL color Cylindrical-coordinate representation of color #653DDE: hue angle of 254.91º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #653DDE is Cyan = 0.55, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 61 | 222 | - |
| CMYK | 0.55 | 0.73 | 0 | 0.13 |
| HSL | 254.91º | 0.71% | 0.55% | - |
| HSV(B) | 254.91º | 0.73% | 0.87% | - |
| XYZ | 20.22 | 11.38 | 70.24 | - |
| YUV | 91.31 | 201.75 | 134.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 61 | 222 | 0.55 | 0.73 | 0 | 0.13 | 254.91 | 0.71 | 0.55 |
| Hex | 65 | 3D | DE | 37 | 49 | 0 | D | FF | 47 | 37 |
| Octal | 145 | 75 | 336 | 67 | 111 | 0 | 15 | 377 | 107 | 67 |
| Binary | 1100101 | 111101 | 11011110 | 110111 | 1001001 | 0 | 1101 | 11111111 | 1000111 | 110111 |
Color Harmonies of #653DDE
Complementary color
Monochromatic Colors of #653DDE
Black with #653DDE
Text Example
Text Example
White with #653DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653DDE; }
p { color: rgb(101,61,222); }
H1.HeaderClassName
{
color: #653DDE;
}
.AnyTagClassName
{
color: #653DDE;
}
</style>
background-color css
<style>
a { background-color: #653DDE; }
a { background-color: rgb(101,61,222); }
div.DivClassName
{
background-color: #653DDE;
}
.BgClassName
{
background-color: #653DDE;
}
</style>
border-color css
<style>
span { border-color: #653DDE; }
span { border-color: rgb(101,61,222); }
td.TdClassName
{
border-color: #653DDE;
}
.TagClassName
{
border-color: #653DDE;
}
</style>