Shades of Purple Heart #603FC7
Tints of Purple Heart #603FC7
RGB
CMYK
RGB Variations
Color information
#603FC7 (or 0x603FC7) is known color: Purple Heart. HEX triplet: 60, 3F and C7. RGB value is (96,63,199). Sum of RGB (Red+Green+Blue) = 96+63+199=358 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.82% from 358); Green value is 63 (25% from 255 or 17.60% from 358); Blue value is 199 (78.12% from 255 or 55.59% from 358); Max value from RGB is 199 - color contains mainly: blue. Hex color #603FC7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #603FC7 is #9FC038. Grayscale: #575757. Windows color (decimal): -10469433 or 13057888. OLE color: 13057888.
HSL color Cylindrical-coordinate representation of color #603FC7: hue angle of 254.56º degrees, saturation: 0.55, 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 #603FC7 is Cyan = 0.52, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 96 | 63 | 199 | - |
| CMYK | 0.52 | 0.68 | 0 | 0.22 |
| HSL | 254.56º | 0.55% | 0.51% | - |
| HSV(B) | 254.56º | 0.68% | 0.78% | - |
| XYZ | 16.91 | 10.17 | 55.1 | - |
| YUV | 88.37 | 190.43 | 133.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 63 | 199 | 0.52 | 0.68 | 0 | 0.22 | 254.56 | 0.55 | 0.51 |
| Hex | 60 | 3F | C7 | 34 | 44 | 0 | 16 | FF | 37 | 33 |
| Octal | 140 | 77 | 307 | 64 | 104 | 0 | 26 | 377 | 67 | 63 |
| Binary | 1100000 | 111111 | 11000111 | 110100 | 1000100 | 0 | 10110 | 11111111 | 110111 | 110011 |
Color Harmonies of #603FC7
Complementary color
Monochromatic Colors of #603FC7
Black with #603FC7
Text Example
Text Example
White with #603FC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603FC7; }
p { color: rgb(96,63,199); }
H1.HeaderClassName
{
color: #603FC7;
}
.AnyTagClassName
{
color: #603FC7;
}
</style>
background-color css
<style>
a { background-color: #603FC7; }
a { background-color: rgb(96,63,199); }
div.DivClassName
{
background-color: #603FC7;
}
.BgClassName
{
background-color: #603FC7;
}
</style>
border-color css
<style>
span { border-color: #603FC7; }
span { border-color: rgb(96,63,199); }
td.TdClassName
{
border-color: #603FC7;
}
.TagClassName
{
border-color: #603FC7;
}
</style>