Shades of Purple Heart #653DC9
Tints of Purple Heart #653DC9
RGB
CMYK
RGB Variations
Color information
#653DC9 (or 0x653DC9) is known color: Purple Heart. HEX triplet: 65, 3D and C9. RGB value is (101,61,201). Sum of RGB (Red+Green+Blue) = 101+61+201=363 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.82% from 363); Green value is 61 (24.22% from 255 or 16.80% from 363); Blue value is 201 (78.91% from 255 or 55.37% from 363); Max value from RGB is 201 - color contains mainly: blue. Hex color #653DC9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #653DC9 is #9AC236. Grayscale: #585858. Windows color (decimal): -10142263 or 13188453. OLE color: 13188453.
HSL color Cylindrical-coordinate representation of color #653DC9: hue angle of 257.14º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #653DC9 is Cyan = 0.50, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 101 | 61 | 201 | - |
| CMYK | 0.50 | 0.70 | 0 | 0.21 |
| HSL | 257.14º | 0.56% | 0.51% | - |
| HSV(B) | 257.14º | 0.7% | 0.79% | - |
| XYZ | 17.58 | 10.32 | 56.32 | - |
| YUV | 88.92 | 191.25 | 136.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 61 | 201 | 0.50 | 0.70 | 0 | 0.21 | 257.14 | 0.56 | 0.51 |
| Hex | 65 | 3D | C9 | 32 | 46 | 0 | 15 | 101 | 38 | 33 |
| Octal | 145 | 75 | 311 | 62 | 106 | 0 | 25 | 401 | 70 | 63 |
| Binary | 1100101 | 111101 | 11001001 | 110010 | 1000110 | 0 | 10101 | 100000001 | 111000 | 110011 |
Color Harmonies of #653DC9
Complementary color
Monochromatic Colors of #653DC9
Black with #653DC9
Text Example
Text Example
White with #653DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653DC9; }
p { color: rgb(101,61,201); }
H1.HeaderClassName
{
color: #653DC9;
}
.AnyTagClassName
{
color: #653DC9;
}
</style>
background-color css
<style>
a { background-color: #653DC9; }
a { background-color: rgb(101,61,201); }
div.DivClassName
{
background-color: #653DC9;
}
.BgClassName
{
background-color: #653DC9;
}
</style>
border-color css
<style>
span { border-color: #653DC9; }
span { border-color: rgb(101,61,201); }
td.TdClassName
{
border-color: #653DC9;
}
.TagClassName
{
border-color: #653DC9;
}
</style>