Shades of Purple Heart #653BCD
Tints of Purple Heart #653BCD
RGB
CMYK
RGB Variations
Color information
#653BCD (or 0x653BCD) is known color: Purple Heart. HEX triplet: 65, 3B and CD. RGB value is (101,59,205). Sum of RGB (Red+Green+Blue) = 101+59+205=365 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.67% from 365); Green value is 59 (23.44% from 255 or 16.16% from 365); Blue value is 205 (80.47% from 255 or 56.16% from 365); Max value from RGB is 205 - color contains mainly: blue. Hex color #653BCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #653BCD is #9AC432. Grayscale: #575757. Windows color (decimal): -10142771 or 13450085. OLE color: 13450085.
HSL color Cylindrical-coordinate representation of color #653BCD: hue angle of 257.26º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #653BCD is Cyan = 0.51, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 101 | 59 | 205 | - |
| CMYK | 0.51 | 0.71 | 0 | 0.20 |
| HSL | 257.26º | 0.59% | 0.52% | - |
| HSV(B) | 257.26º | 0.71% | 0.8% | - |
| XYZ | 17.95 | 10.3 | 58.8 | - |
| YUV | 88.2 | 193.91 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 59 | 205 | 0.51 | 0.71 | 0 | 0.20 | 257.26 | 0.59 | 0.52 |
| Hex | 65 | 3B | CD | 33 | 47 | 0 | 14 | 101 | 3B | 34 |
| Octal | 145 | 73 | 315 | 63 | 107 | 0 | 24 | 401 | 73 | 64 |
| Binary | 1100101 | 111011 | 11001101 | 110011 | 1000111 | 0 | 10100 | 100000001 | 111011 | 110100 |
Color Harmonies of #653BCD
Complementary color
Monochromatic Colors of #653BCD
Black with #653BCD
Text Example
Text Example
White with #653BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653BCD; }
p { color: rgb(101,59,205); }
H1.HeaderClassName
{
color: #653BCD;
}
.AnyTagClassName
{
color: #653BCD;
}
</style>
background-color css
<style>
a { background-color: #653BCD; }
a { background-color: rgb(101,59,205); }
div.DivClassName
{
background-color: #653BCD;
}
.BgClassName
{
background-color: #653BCD;
}
</style>
border-color css
<style>
span { border-color: #653BCD; }
span { border-color: rgb(101,59,205); }
td.TdClassName
{
border-color: #653BCD;
}
.TagClassName
{
border-color: #653BCD;
}
</style>