Shades of Purple Heart #653CC4
Tints of Purple Heart #653CC4
RGB
CMYK
RGB Variations
Color information
#653CC4 (or 0x653CC4) is known color: Purple Heart. HEX triplet: 65, 3C and C4. RGB value is (101,60,196). Sum of RGB (Red+Green+Blue) = 101+60+196=357 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.29% from 357); Green value is 60 (23.83% from 255 or 16.81% from 357); Blue value is 196 (76.95% from 255 or 54.90% from 357); Max value from RGB is 196 - color contains mainly: blue. Hex color #653CC4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #653CC4 is #9AC33B. Grayscale: #575757. Windows color (decimal): -10142524 or 12860517. OLE color: 12860517.
HSL color Cylindrical-coordinate representation of color #653CC4: hue angle of 258.09º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #653CC4 is Cyan = 0.48, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 101 | 60 | 196 | - |
| CMYK | 0.48 | 0.69 | 0 | 0.23 |
| HSL | 258.09º | 0.54% | 0.5% | - |
| HSV(B) | 258.09º | 0.69% | 0.77% | - |
| XYZ | 16.95 | 9.98 | 53.26 | - |
| YUV | 87.76 | 189.08 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 60 | 196 | 0.48 | 0.69 | 0 | 0.23 | 258.09 | 0.54 | 0.5 |
| Hex | 65 | 3C | C4 | 30 | 45 | 0 | 17 | 102 | 36 | 32 |
| Octal | 145 | 74 | 304 | 60 | 105 | 0 | 27 | 402 | 66 | 62 |
| Binary | 1100101 | 111100 | 11000100 | 110000 | 1000101 | 0 | 10111 | 100000010 | 110110 | 110010 |
Color Harmonies of #653CC4
Complementary color
Monochromatic Colors of #653CC4
Black with #653CC4
Text Example
Text Example
White with #653CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653CC4; }
p { color: rgb(101,60,196); }
H1.HeaderClassName
{
color: #653CC4;
}
.AnyTagClassName
{
color: #653CC4;
}
</style>
background-color css
<style>
a { background-color: #653CC4; }
a { background-color: rgb(101,60,196); }
div.DivClassName
{
background-color: #653CC4;
}
.BgClassName
{
background-color: #653CC4;
}
</style>
border-color css
<style>
span { border-color: #653CC4; }
span { border-color: rgb(101,60,196); }
td.TdClassName
{
border-color: #653CC4;
}
.TagClassName
{
border-color: #653CC4;
}
</style>