Shades of Purple Heart #653FC0
Tints of Purple Heart #653FC0
RGB
CMYK
RGB Variations
Color information
#653FC0 (or 0x653FC0) is known color: Purple Heart. HEX triplet: 65, 3F and C0. RGB value is (101,63,192). Sum of RGB (Red+Green+Blue) = 101+63+192=356 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.37% from 356); Green value is 63 (25% from 255 or 17.70% from 356); Blue value is 192 (75.39% from 255 or 53.93% from 356); Max value from RGB is 192 - color contains mainly: blue. Hex color #653FC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #653FC0 is #9AC03F. Grayscale: #585858. Windows color (decimal): -10141760 or 12599141. OLE color: 12599141.
HSL color Cylindrical-coordinate representation of color #653FC0: hue angle of 257.67º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #653FC0 is Cyan = 0.47, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 101 | 63 | 192 | - |
| CMYK | 0.47 | 0.67 | 0 | 0.25 |
| HSL | 257.67º | 0.51% | 0.5% | - |
| HSV(B) | 257.67º | 0.67% | 0.75% | - |
| XYZ | 16.66 | 10.13 | 50.95 | - |
| YUV | 89.07 | 186.09 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 63 | 192 | 0.47 | 0.67 | 0 | 0.25 | 257.67 | 0.51 | 0.5 |
| Hex | 65 | 3F | C0 | 2F | 43 | 0 | 19 | 102 | 33 | 32 |
| Octal | 145 | 77 | 300 | 57 | 103 | 0 | 31 | 402 | 63 | 62 |
| Binary | 1100101 | 111111 | 11000000 | 101111 | 1000011 | 0 | 11001 | 100000010 | 110011 | 110010 |
Color Harmonies of #653FC0
Complementary color
Monochromatic Colors of #653FC0
Black with #653FC0
Text Example
Text Example
White with #653FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653FC0; }
p { color: rgb(101,63,192); }
H1.HeaderClassName
{
color: #653FC0;
}
.AnyTagClassName
{
color: #653FC0;
}
</style>
background-color css
<style>
a { background-color: #653FC0; }
a { background-color: rgb(101,63,192); }
div.DivClassName
{
background-color: #653FC0;
}
.BgClassName
{
background-color: #653FC0;
}
</style>
border-color css
<style>
span { border-color: #653FC0; }
span { border-color: rgb(101,63,192); }
td.TdClassName
{
border-color: #653FC0;
}
.TagClassName
{
border-color: #653FC0;
}
</style>