Shades of Purple Heart #603FCC
Tints of Purple Heart #603FCC
RGB
CMYK
RGB Variations
Color information
#603FCC (or 0x603FCC) is known color: Purple Heart. HEX triplet: 60, 3F and CC. RGB value is (96,63,204). Sum of RGB (Red+Green+Blue) = 96+63+204=363 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.45% from 363); Green value is 63 (25% from 255 or 17.36% from 363); Blue value is 204 (80.08% from 255 or 56.20% from 363); Max value from RGB is 204 - color contains mainly: blue. Hex color #603FCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #603FCC is #9FC033. Grayscale: #585858. Windows color (decimal): -10469428 or 13385568. OLE color: 13385568.
HSL color Cylindrical-coordinate representation of color #603FCC: hue angle of 254.04º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #603FCC is Cyan = 0.53, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 96 | 63 | 204 | - |
| CMYK | 0.53 | 0.69 | 0 | 0.2 |
| HSL | 254.04º | 0.58% | 0.52% | - |
| HSV(B) | 254.04º | 0.69% | 0.8% | - |
| XYZ | 17.5 | 10.4 | 58.21 | - |
| YUV | 88.94 | 192.93 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 63 | 204 | 0.53 | 0.69 | 0 | 0.2 | 254.04 | 0.58 | 0.52 |
| Hex | 60 | 3F | CC | 35 | 45 | 0 | 14 | FE | 3A | 34 |
| Octal | 140 | 77 | 314 | 65 | 105 | 0 | 24 | 376 | 72 | 64 |
| Binary | 1100000 | 111111 | 11001100 | 110101 | 1000101 | 0 | 10100 | 11111110 | 111010 | 110100 |
Color Harmonies of #603FCC
Complementary color
Monochromatic Colors of #603FCC
Black with #603FCC
Text Example
Text Example
White with #603FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603FCC; }
p { color: rgb(96,63,204); }
H1.HeaderClassName
{
color: #603FCC;
}
.AnyTagClassName
{
color: #603FCC;
}
</style>
background-color css
<style>
a { background-color: #603FCC; }
a { background-color: rgb(96,63,204); }
div.DivClassName
{
background-color: #603FCC;
}
.BgClassName
{
background-color: #603FCC;
}
</style>
border-color css
<style>
span { border-color: #603FCC; }
span { border-color: rgb(96,63,204); }
td.TdClassName
{
border-color: #603FCC;
}
.TagClassName
{
border-color: #603FCC;
}
</style>