Shades of Purple Heart #653BD6
Tints of Purple Heart #653BD6
RGB
CMYK
RGB Variations
Color information
#653BD6 (or 0x653BD6) is known color: Purple Heart. HEX triplet: 65, 3B and D6. RGB value is (101,59,214). Sum of RGB (Red+Green+Blue) = 101+59+214=374 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.01% from 374); Green value is 59 (23.44% from 255 or 15.78% from 374); Blue value is 214 (83.98% from 255 or 57.22% from 374); Max value from RGB is 214 - color contains mainly: blue. Hex color #653BD6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #653BD6 is #9AC429. Grayscale: #585858. Windows color (decimal): -10142762 or 14039909. OLE color: 14039909.
HSL color Cylindrical-coordinate representation of color #653BD6: hue angle of 256.26º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #653BD6 is Cyan = 0.53, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 101 | 59 | 214 | - |
| CMYK | 0.53 | 0.72 | 0 | 0.16 |
| HSL | 256.26º | 0.65% | 0.54% | - |
| HSV(B) | 256.26º | 0.72% | 0.84% | - |
| XYZ | 19.07 | 10.75 | 64.69 | - |
| YUV | 89.23 | 198.41 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 59 | 214 | 0.53 | 0.72 | 0 | 0.16 | 256.26 | 0.65 | 0.54 |
| Hex | 65 | 3B | D6 | 35 | 48 | 0 | 10 | 100 | 41 | 36 |
| Octal | 145 | 73 | 326 | 65 | 110 | 0 | 20 | 400 | 101 | 66 |
| Binary | 1100101 | 111011 | 11010110 | 110101 | 1001000 | 0 | 10000 | 100000000 | 1000001 | 110110 |
Color Harmonies of #653BD6
Complementary color
Monochromatic Colors of #653BD6
Black with #653BD6
Text Example
Text Example
White with #653BD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653BD6; }
p { color: rgb(101,59,214); }
H1.HeaderClassName
{
color: #653BD6;
}
.AnyTagClassName
{
color: #653BD6;
}
</style>
background-color css
<style>
a { background-color: #653BD6; }
a { background-color: rgb(101,59,214); }
div.DivClassName
{
background-color: #653BD6;
}
.BgClassName
{
background-color: #653BD6;
}
</style>
border-color css
<style>
span { border-color: #653BD6; }
span { border-color: rgb(101,59,214); }
td.TdClassName
{
border-color: #653BD6;
}
.TagClassName
{
border-color: #653BD6;
}
</style>