Shades of Purple Heart #653AB2
Tints of Purple Heart #653AB2
RGB
CMYK
RGB Variations
Color information
#653AB2 (or 0x653AB2) is known color: Purple Heart. HEX triplet: 65, 3A and B2. RGB value is (101,58,178). Sum of RGB (Red+Green+Blue) = 101+58+178=337 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.97% from 337); Green value is 58 (23.05% from 255 or 17.21% from 337); Blue value is 178 (69.92% from 255 or 52.82% from 337); Max value from RGB is 178 - color contains mainly: blue. Hex color #653AB2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653AB2 is #9AC54D. Grayscale: #545454. Windows color (decimal): -10143054 or 11680357. OLE color: 11680357.
HSL color Cylindrical-coordinate representation of color #653AB2: hue angle of 261.5º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #653AB2 is Cyan = 0.43, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 101 | 58 | 178 | - |
| CMYK | 0.43 | 0.67 | 0 | 0.30 |
| HSL | 261.5º | 0.51% | 0.46% | - |
| HSV(B) | 261.5º | 0.67% | 0.7% | - |
| XYZ | 14.92 | 9.01 | 43.07 | - |
| YUV | 84.54 | 180.75 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 58 | 178 | 0.43 | 0.67 | 0 | 0.30 | 261.5 | 0.51 | 0.46 |
| Hex | 65 | 3A | B2 | 2B | 43 | 0 | 1E | 106 | 33 | 2E |
| Octal | 145 | 72 | 262 | 53 | 103 | 0 | 36 | 406 | 63 | 56 |
| Binary | 1100101 | 111010 | 10110010 | 101011 | 1000011 | 0 | 11110 | 100000110 | 110011 | 101110 |
Color Harmonies of #653AB2
Complementary color
Monochromatic Colors of #653AB2
Black with #653AB2
Text Example
Text Example
White with #653AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653AB2; }
p { color: rgb(101,58,178); }
H1.HeaderClassName
{
color: #653AB2;
}
.AnyTagClassName
{
color: #653AB2;
}
</style>
background-color css
<style>
a { background-color: #653AB2; }
a { background-color: rgb(101,58,178); }
div.DivClassName
{
background-color: #653AB2;
}
.BgClassName
{
background-color: #653AB2;
}
</style>
border-color css
<style>
span { border-color: #653AB2; }
span { border-color: rgb(101,58,178); }
td.TdClassName
{
border-color: #653AB2;
}
.TagClassName
{
border-color: #653AB2;
}
</style>