Shades of Purple Heart #653BCC
Tints of Purple Heart #653BCC
RGB
CMYK
RGB Variations
Color information
#653BCC (or 0x653BCC) is known color: Purple Heart. HEX triplet: 65, 3B and CC. RGB value is (101,59,204). Sum of RGB (Red+Green+Blue) = 101+59+204=364 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.75% from 364); Green value is 59 (23.44% from 255 or 16.21% from 364); Blue value is 204 (80.08% from 255 or 56.04% from 364); Max value from RGB is 204 - color contains mainly: blue. Hex color #653BCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #653BCC is #9AC433. Grayscale: #575757. Windows color (decimal): -10142772 or 13384549. OLE color: 13384549.
HSL color Cylindrical-coordinate representation of color #653BCC: hue angle of 257.38º 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 #653BCC is Cyan = 0.50, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 101 | 59 | 204 | - |
| CMYK | 0.50 | 0.71 | 0 | 0.2 |
| HSL | 257.38º | 0.59% | 0.52% | - |
| HSV(B) | 257.38º | 0.71% | 0.8% | - |
| XYZ | 17.83 | 10.25 | 58.17 | - |
| YUV | 88.09 | 193.41 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 59 | 204 | 0.50 | 0.71 | 0 | 0.2 | 257.38 | 0.59 | 0.52 |
| Hex | 65 | 3B | CC | 32 | 47 | 0 | 14 | 101 | 3B | 34 |
| Octal | 145 | 73 | 314 | 62 | 107 | 0 | 24 | 401 | 73 | 64 |
| Binary | 1100101 | 111011 | 11001100 | 110010 | 1000111 | 0 | 10100 | 100000001 | 111011 | 110100 |
Color Harmonies of #653BCC
Complementary color
Monochromatic Colors of #653BCC
Black with #653BCC
Text Example
Text Example
White with #653BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653BCC; }
p { color: rgb(101,59,204); }
H1.HeaderClassName
{
color: #653BCC;
}
.AnyTagClassName
{
color: #653BCC;
}
</style>
background-color css
<style>
a { background-color: #653BCC; }
a { background-color: rgb(101,59,204); }
div.DivClassName
{
background-color: #653BCC;
}
.BgClassName
{
background-color: #653BCC;
}
</style>
border-color css
<style>
span { border-color: #653BCC; }
span { border-color: rgb(101,59,204); }
td.TdClassName
{
border-color: #653BCC;
}
.TagClassName
{
border-color: #653BCC;
}
</style>