Shades of Purple Heart #653CB8
Tints of Purple Heart #653CB8
RGB
CMYK
RGB Variations
Color information
#653CB8 (or 0x653CB8) is known color: Purple Heart. HEX triplet: 65, 3C and B8. RGB value is (101,60,184). Sum of RGB (Red+Green+Blue) = 101+60+184=345 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.28% from 345); Green value is 60 (23.83% from 255 or 17.39% from 345); Blue value is 184 (72.27% from 255 or 53.33% from 345); Max value from RGB is 184 - color contains mainly: blue. Hex color #653CB8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #653CB8 is #9AC347. Grayscale: #555555. Windows color (decimal): -10142536 or 12074085. OLE color: 12074085.
HSL color Cylindrical-coordinate representation of color #653CB8: hue angle of 259.84º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #653CB8 is Cyan = 0.45, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 101 | 60 | 184 | - |
| CMYK | 0.45 | 0.67 | 0 | 0.28 |
| HSL | 259.84º | 0.51% | 0.48% | - |
| HSV(B) | 259.84º | 0.67% | 0.72% | - |
| XYZ | 15.63 | 9.46 | 46.35 | - |
| YUV | 86.4 | 183.08 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 60 | 184 | 0.45 | 0.67 | 0 | 0.28 | 259.84 | 0.51 | 0.48 |
| Hex | 65 | 3C | B8 | 2D | 43 | 0 | 1C | 104 | 33 | 30 |
| Octal | 145 | 74 | 270 | 55 | 103 | 0 | 34 | 404 | 63 | 60 |
| Binary | 1100101 | 111100 | 10111000 | 101101 | 1000011 | 0 | 11100 | 100000100 | 110011 | 110000 |
Color Harmonies of #653CB8
Complementary color
Monochromatic Colors of #653CB8
Black with #653CB8
Text Example
Text Example
White with #653CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653CB8; }
p { color: rgb(101,60,184); }
H1.HeaderClassName
{
color: #653CB8;
}
.AnyTagClassName
{
color: #653CB8;
}
</style>
background-color css
<style>
a { background-color: #653CB8; }
a { background-color: rgb(101,60,184); }
div.DivClassName
{
background-color: #653CB8;
}
.BgClassName
{
background-color: #653CB8;
}
</style>
border-color css
<style>
span { border-color: #653CB8; }
span { border-color: rgb(101,60,184); }
td.TdClassName
{
border-color: #653CB8;
}
.TagClassName
{
border-color: #653CB8;
}
</style>