Shades of Purple Heart #603FCF
Tints of Purple Heart #603FCF
RGB
CMYK
RGB Variations
Color information
#603FCF (or 0x603FCF) is known color: Purple Heart. HEX triplet: 60, 3F and CF. RGB value is (96,63,207). Sum of RGB (Red+Green+Blue) = 96+63+207=366 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.23% from 366); Green value is 63 (25% from 255 or 17.21% from 366); Blue value is 207 (81.25% from 255 or 56.56% from 366); Max value from RGB is 207 - color contains mainly: blue. Hex color #603FCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #603FCF is #9FC030. Grayscale: #585858. Windows color (decimal): -10469425 or 13582176. OLE color: 13582176.
HSL color Cylindrical-coordinate representation of color #603FCF: hue angle of 253.75º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #603FCF is Cyan = 0.54, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 63 | 207 | - |
| CMYK | 0.54 | 0.70 | 0 | 0.19 |
| HSL | 253.75º | 0.6% | 0.53% | - |
| HSV(B) | 253.75º | 0.7% | 0.81% | - |
| XYZ | 17.86 | 10.55 | 60.13 | - |
| YUV | 89.28 | 194.43 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 63 | 207 | 0.54 | 0.70 | 0 | 0.19 | 253.75 | 0.6 | 0.53 |
| Hex | 60 | 3F | CF | 36 | 46 | 0 | 13 | FE | 3C | 35 |
| Octal | 140 | 77 | 317 | 66 | 106 | 0 | 23 | 376 | 74 | 65 |
| Binary | 1100000 | 111111 | 11001111 | 110110 | 1000110 | 0 | 10011 | 11111110 | 111100 | 110101 |
Color Harmonies of #603FCF
Complementary color
Monochromatic Colors of #603FCF
Black with #603FCF
Text Example
Text Example
White with #603FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603FCF; }
p { color: rgb(96,63,207); }
H1.HeaderClassName
{
color: #603FCF;
}
.AnyTagClassName
{
color: #603FCF;
}
</style>
background-color css
<style>
a { background-color: #603FCF; }
a { background-color: rgb(96,63,207); }
div.DivClassName
{
background-color: #603FCF;
}
.BgClassName
{
background-color: #603FCF;
}
</style>
border-color css
<style>
span { border-color: #603FCF; }
span { border-color: rgb(96,63,207); }
td.TdClassName
{
border-color: #603FCF;
}
.TagClassName
{
border-color: #603FCF;
}
</style>