Shades of Purple Heart #603FC6
Tints of Purple Heart #603FC6
RGB
CMYK
RGB Variations
Color information
#603FC6 (or 0x603FC6) is known color: Purple Heart. HEX triplet: 60, 3F and C6. RGB value is (96,63,198). Sum of RGB (Red+Green+Blue) = 96+63+198=357 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.89% from 357); Green value is 63 (25% from 255 or 17.65% from 357); Blue value is 198 (77.73% from 255 or 55.46% from 357); Max value from RGB is 198 - color contains mainly: blue. Hex color #603FC6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #603FC6 is #9FC039. Grayscale: #575757. Windows color (decimal): -10469434 or 12992352. OLE color: 12992352.
HSL color Cylindrical-coordinate representation of color #603FC6: hue angle of 254.67º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #603FC6 is Cyan = 0.52, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 96 | 63 | 198 | - |
| CMYK | 0.52 | 0.68 | 0 | 0.22 |
| HSL | 254.67º | 0.54% | 0.51% | - |
| HSV(B) | 254.67º | 0.68% | 0.78% | - |
| XYZ | 16.79 | 10.12 | 54.49 | - |
| YUV | 88.26 | 189.93 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 63 | 198 | 0.52 | 0.68 | 0 | 0.22 | 254.67 | 0.54 | 0.51 |
| Hex | 60 | 3F | C6 | 34 | 44 | 0 | 16 | FF | 36 | 33 |
| Octal | 140 | 77 | 306 | 64 | 104 | 0 | 26 | 377 | 66 | 63 |
| Binary | 1100000 | 111111 | 11000110 | 110100 | 1000100 | 0 | 10110 | 11111111 | 110110 | 110011 |
Color Harmonies of #603FC6
Complementary color
Monochromatic Colors of #603FC6
Black with #603FC6
Text Example
Text Example
White with #603FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603FC6; }
p { color: rgb(96,63,198); }
H1.HeaderClassName
{
color: #603FC6;
}
.AnyTagClassName
{
color: #603FC6;
}
</style>
background-color css
<style>
a { background-color: #603FC6; }
a { background-color: rgb(96,63,198); }
div.DivClassName
{
background-color: #603FC6;
}
.BgClassName
{
background-color: #603FC6;
}
</style>
border-color css
<style>
span { border-color: #603FC6; }
span { border-color: rgb(96,63,198); }
td.TdClassName
{
border-color: #603FC6;
}
.TagClassName
{
border-color: #603FC6;
}
</style>