Shades of Purple Heart #653CCC
Tints of Purple Heart #653CCC
RGB
CMYK
RGB Variations
Color information
#653CCC (or 0x653CCC) is known color: Purple Heart. HEX triplet: 65, 3C and CC. RGB value is (101,60,204). Sum of RGB (Red+Green+Blue) = 101+60+204=365 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.67% from 365); Green value is 60 (23.83% from 255 or 16.44% from 365); Blue value is 204 (80.08% from 255 or 55.89% from 365); Max value from RGB is 204 - color contains mainly: blue. Hex color #653CCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #653CCC is #9AC333. Grayscale: #585858. Windows color (decimal): -10142516 or 13384805. OLE color: 13384805.
HSL color Cylindrical-coordinate representation of color #653CCC: hue angle of 257.08º 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 #653CCC is Cyan = 0.50, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 101 | 60 | 204 | - |
| CMYK | 0.50 | 0.71 | 0 | 0.2 |
| HSL | 257.08º | 0.59% | 0.52% | - |
| HSV(B) | 257.08º | 0.71% | 0.8% | - |
| XYZ | 17.88 | 10.36 | 58.18 | - |
| YUV | 88.68 | 193.08 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 60 | 204 | 0.50 | 0.71 | 0 | 0.2 | 257.08 | 0.59 | 0.52 |
| Hex | 65 | 3C | CC | 32 | 47 | 0 | 14 | 101 | 3B | 34 |
| Octal | 145 | 74 | 314 | 62 | 107 | 0 | 24 | 401 | 73 | 64 |
| Binary | 1100101 | 111100 | 11001100 | 110010 | 1000111 | 0 | 10100 | 100000001 | 111011 | 110100 |
Color Harmonies of #653CCC
Complementary color
Monochromatic Colors of #653CCC
Black with #653CCC
Text Example
Text Example
White with #653CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653CCC; }
p { color: rgb(101,60,204); }
H1.HeaderClassName
{
color: #653CCC;
}
.AnyTagClassName
{
color: #653CCC;
}
</style>
background-color css
<style>
a { background-color: #653CCC; }
a { background-color: rgb(101,60,204); }
div.DivClassName
{
background-color: #653CCC;
}
.BgClassName
{
background-color: #653CCC;
}
</style>
border-color css
<style>
span { border-color: #653CCC; }
span { border-color: rgb(101,60,204); }
td.TdClassName
{
border-color: #653CCC;
}
.TagClassName
{
border-color: #653CCC;
}
</style>