Shades of Purple Heart #653BB8
Tints of Purple Heart #653BB8
RGB
CMYK
RGB Variations
Color information
#653BB8 (or 0x653BB8) is known color: Purple Heart. HEX triplet: 65, 3B and B8. RGB value is (101,59,184). Sum of RGB (Red+Green+Blue) = 101+59+184=344 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.36% from 344); Green value is 59 (23.44% from 255 or 17.15% from 344); Blue value is 184 (72.27% from 255 or 53.49% from 344); Max value from RGB is 184 - color contains mainly: blue. Hex color #653BB8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #653BB8 is #9AC447. Grayscale: #555555. Windows color (decimal): -10142792 or 12073829. OLE color: 12073829.
HSL color Cylindrical-coordinate representation of color #653BB8: hue angle of 260.16º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #653BB8 is Cyan = 0.45, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 101 | 59 | 184 | - |
| CMYK | 0.45 | 0.68 | 0 | 0.28 |
| HSL | 260.16º | 0.51% | 0.48% | - |
| HSV(B) | 260.16º | 0.68% | 0.72% | - |
| XYZ | 15.58 | 9.36 | 46.33 | - |
| YUV | 85.81 | 183.41 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 59 | 184 | 0.45 | 0.68 | 0 | 0.28 | 260.16 | 0.51 | 0.48 |
| Hex | 65 | 3B | B8 | 2D | 44 | 0 | 1C | 104 | 33 | 30 |
| Octal | 145 | 73 | 270 | 55 | 104 | 0 | 34 | 404 | 63 | 60 |
| Binary | 1100101 | 111011 | 10111000 | 101101 | 1000100 | 0 | 11100 | 100000100 | 110011 | 110000 |
Color Harmonies of #653BB8
Complementary color
Monochromatic Colors of #653BB8
Black with #653BB8
Text Example
Text Example
White with #653BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653BB8; }
p { color: rgb(101,59,184); }
H1.HeaderClassName
{
color: #653BB8;
}
.AnyTagClassName
{
color: #653BB8;
}
</style>
background-color css
<style>
a { background-color: #653BB8; }
a { background-color: rgb(101,59,184); }
div.DivClassName
{
background-color: #653BB8;
}
.BgClassName
{
background-color: #653BB8;
}
</style>
border-color css
<style>
span { border-color: #653BB8; }
span { border-color: rgb(101,59,184); }
td.TdClassName
{
border-color: #653BB8;
}
.TagClassName
{
border-color: #653BB8;
}
</style>