Shades of Purple Heart #653BC6
Tints of Purple Heart #653BC6
RGB
CMYK
RGB Variations
Color information
#653BC6 (or 0x653BC6) is known color: Purple Heart. HEX triplet: 65, 3B and C6. RGB value is (101,59,198). Sum of RGB (Red+Green+Blue) = 101+59+198=358 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.21% from 358); Green value is 59 (23.44% from 255 or 16.48% from 358); Blue value is 198 (77.73% from 255 or 55.31% from 358); Max value from RGB is 198 - color contains mainly: blue. Hex color #653BC6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #653BC6 is #9AC439. Grayscale: #565656. Windows color (decimal): -10142778 or 12991333. OLE color: 12991333.
HSL color Cylindrical-coordinate representation of color #653BC6: hue angle of 258.13º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #653BC6 is Cyan = 0.49, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 101 | 59 | 198 | - |
| CMYK | 0.49 | 0.70 | 0 | 0.22 |
| HSL | 258.13º | 0.55% | 0.5% | - |
| HSV(B) | 258.13º | 0.7% | 0.78% | - |
| XYZ | 17.12 | 9.97 | 54.45 | - |
| YUV | 87.4 | 190.41 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 59 | 198 | 0.49 | 0.70 | 0 | 0.22 | 258.13 | 0.55 | 0.5 |
| Hex | 65 | 3B | C6 | 31 | 46 | 0 | 16 | 102 | 37 | 32 |
| Octal | 145 | 73 | 306 | 61 | 106 | 0 | 26 | 402 | 67 | 62 |
| Binary | 1100101 | 111011 | 11000110 | 110001 | 1000110 | 0 | 10110 | 100000010 | 110111 | 110010 |
Color Harmonies of #653BC6
Complementary color
Monochromatic Colors of #653BC6
Black with #653BC6
Text Example
Text Example
White with #653BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653BC6; }
p { color: rgb(101,59,198); }
H1.HeaderClassName
{
color: #653BC6;
}
.AnyTagClassName
{
color: #653BC6;
}
</style>
background-color css
<style>
a { background-color: #653BC6; }
a { background-color: rgb(101,59,198); }
div.DivClassName
{
background-color: #653BC6;
}
.BgClassName
{
background-color: #653BC6;
}
</style>
border-color css
<style>
span { border-color: #653BC6; }
span { border-color: rgb(101,59,198); }
td.TdClassName
{
border-color: #653BC6;
}
.TagClassName
{
border-color: #653BC6;
}
</style>