Shades of Purple Heart #653BD0
Tints of Purple Heart #653BD0
RGB
CMYK
RGB Variations
Color information
#653BD0 (or 0x653BD0) is known color: Purple Heart. HEX triplet: 65, 3B and D0. RGB value is (101,59,208). Sum of RGB (Red+Green+Blue) = 101+59+208=368 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.45% from 368); Green value is 59 (23.44% from 255 or 16.03% from 368); Blue value is 208 (81.64% from 255 or 56.52% from 368); Max value from RGB is 208 - color contains mainly: blue. Hex color #653BD0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #653BD0 is #9AC42F. Grayscale: #575757. Windows color (decimal): -10142768 or 13646693. OLE color: 13646693.
HSL color Cylindrical-coordinate representation of color #653BD0: hue angle of 256.91º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #653BD0 is Cyan = 0.51, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 101 | 59 | 208 | - |
| CMYK | 0.51 | 0.72 | 0 | 0.18 |
| HSL | 256.91º | 0.61% | 0.52% | - |
| HSV(B) | 256.91º | 0.72% | 0.82% | - |
| XYZ | 18.32 | 10.45 | 60.73 | - |
| YUV | 88.54 | 195.41 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 59 | 208 | 0.51 | 0.72 | 0 | 0.18 | 256.91 | 0.61 | 0.52 |
| Hex | 65 | 3B | D0 | 33 | 48 | 0 | 12 | 101 | 3D | 34 |
| Octal | 145 | 73 | 320 | 63 | 110 | 0 | 22 | 401 | 75 | 64 |
| Binary | 1100101 | 111011 | 11010000 | 110011 | 1001000 | 0 | 10010 | 100000001 | 111101 | 110100 |
Color Harmonies of #653BD0
Complementary color
Monochromatic Colors of #653BD0
Black with #653BD0
Text Example
Text Example
White with #653BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653BD0; }
p { color: rgb(101,59,208); }
H1.HeaderClassName
{
color: #653BD0;
}
.AnyTagClassName
{
color: #653BD0;
}
</style>
background-color css
<style>
a { background-color: #653BD0; }
a { background-color: rgb(101,59,208); }
div.DivClassName
{
background-color: #653BD0;
}
.BgClassName
{
background-color: #653BD0;
}
</style>
border-color css
<style>
span { border-color: #653BD0; }
span { border-color: rgb(101,59,208); }
td.TdClassName
{
border-color: #653BD0;
}
.TagClassName
{
border-color: #653BD0;
}
</style>