Shades of Purple Heart #653ABC
Tints of Purple Heart #653ABC
RGB
CMYK
RGB Variations
Color information
#653ABC (or 0x653ABC) is known color: Purple Heart. HEX triplet: 65, 3A and BC. RGB value is (101,58,188). Sum of RGB (Red+Green+Blue) = 101+58+188=347 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.11% from 347); Green value is 58 (23.05% from 255 or 16.71% from 347); Blue value is 188 (73.83% from 255 or 54.18% from 347); Max value from RGB is 188 - color contains mainly: blue. Hex color #653ABC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #653ABC is #9AC543. Grayscale: #555555. Windows color (decimal): -10143044 or 12335717. OLE color: 12335717.
HSL color Cylindrical-coordinate representation of color #653ABC: hue angle of 259.85º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #653ABC is Cyan = 0.46, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 101 | 58 | 188 | - |
| CMYK | 0.46 | 0.69 | 0 | 0.26 |
| HSL | 259.85º | 0.53% | 0.48% | - |
| HSV(B) | 259.85º | 0.69% | 0.74% | - |
| XYZ | 15.96 | 9.42 | 48.55 | - |
| YUV | 85.68 | 185.75 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 58 | 188 | 0.46 | 0.69 | 0 | 0.26 | 259.85 | 0.53 | 0.48 |
| Hex | 65 | 3A | BC | 2E | 45 | 0 | 1A | 104 | 35 | 30 |
| Octal | 145 | 72 | 274 | 56 | 105 | 0 | 32 | 404 | 65 | 60 |
| Binary | 1100101 | 111010 | 10111100 | 101110 | 1000101 | 0 | 11010 | 100000100 | 110101 | 110000 |
Color Harmonies of #653ABC
Complementary color
Monochromatic Colors of #653ABC
Black with #653ABC
Text Example
Text Example
White with #653ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653ABC; }
p { color: rgb(101,58,188); }
H1.HeaderClassName
{
color: #653ABC;
}
.AnyTagClassName
{
color: #653ABC;
}
</style>
background-color css
<style>
a { background-color: #653ABC; }
a { background-color: rgb(101,58,188); }
div.DivClassName
{
background-color: #653ABC;
}
.BgClassName
{
background-color: #653ABC;
}
</style>
border-color css
<style>
span { border-color: #653ABC; }
span { border-color: rgb(101,58,188); }
td.TdClassName
{
border-color: #653ABC;
}
.TagClassName
{
border-color: #653ABC;
}
</style>