Shades of Purple Heart #603FCD
Tints of Purple Heart #603FCD
RGB
CMYK
RGB Variations
Color information
#603FCD (or 0x603FCD) is known color: Purple Heart. HEX triplet: 60, 3F and CD. RGB value is (96,63,205). Sum of RGB (Red+Green+Blue) = 96+63+205=364 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.37% from 364); Green value is 63 (25% from 255 or 17.31% from 364); Blue value is 205 (80.47% from 255 or 56.32% from 364); Max value from RGB is 205 - color contains mainly: blue. Hex color #603FCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #603FCD is #9FC032. Grayscale: #585858. Windows color (decimal): -10469427 or 13451104. OLE color: 13451104.
HSL color Cylindrical-coordinate representation of color #603FCD: hue angle of 253.94º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #603FCD is Cyan = 0.53, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 96 | 63 | 205 | - |
| CMYK | 0.53 | 0.69 | 0 | 0.20 |
| HSL | 253.94º | 0.59% | 0.53% | - |
| HSV(B) | 253.94º | 0.69% | 0.8% | - |
| XYZ | 17.62 | 10.45 | 58.85 | - |
| YUV | 89.06 | 193.43 | 132.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 63 | 205 | 0.53 | 0.69 | 0 | 0.20 | 253.94 | 0.59 | 0.53 |
| Hex | 60 | 3F | CD | 35 | 45 | 0 | 14 | FE | 3B | 35 |
| Octal | 140 | 77 | 315 | 65 | 105 | 0 | 24 | 376 | 73 | 65 |
| Binary | 1100000 | 111111 | 11001101 | 110101 | 1000101 | 0 | 10100 | 11111110 | 111011 | 110101 |
Color Harmonies of #603FCD
Complementary color
Monochromatic Colors of #603FCD
Black with #603FCD
Text Example
Text Example
White with #603FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603FCD; }
p { color: rgb(96,63,205); }
H1.HeaderClassName
{
color: #603FCD;
}
.AnyTagClassName
{
color: #603FCD;
}
</style>
background-color css
<style>
a { background-color: #603FCD; }
a { background-color: rgb(96,63,205); }
div.DivClassName
{
background-color: #603FCD;
}
.BgClassName
{
background-color: #603FCD;
}
</style>
border-color css
<style>
span { border-color: #603FCD; }
span { border-color: rgb(96,63,205); }
td.TdClassName
{
border-color: #603FCD;
}
.TagClassName
{
border-color: #603FCD;
}
</style>