Shades of Purple Heart #603FBF
Tints of Purple Heart #603FBF
RGB
CMYK
RGB Variations
Color information
#603FBF (or 0x603FBF) is known color: Purple Heart. HEX triplet: 60, 3F and BF. RGB value is (96,63,191). Sum of RGB (Red+Green+Blue) = 96+63+191=350 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.43% from 350); Green value is 63 (25% from 255 or 18% from 350); Blue value is 191 (75% from 255 or 54.57% from 350); Max value from RGB is 191 - color contains mainly: blue. Hex color #603FBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #603FBF is #9FC040. Grayscale: #565656. Windows color (decimal): -10469441 or 12533600. OLE color: 12533600.
HSL color Cylindrical-coordinate representation of color #603FBF: hue angle of 255.47º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #603FBF is Cyan = 0.50, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 63 | 191 | - |
| CMYK | 0.50 | 0.67 | 0 | 0.25 |
| HSL | 255.47º | 0.5% | 0.5% | - |
| HSV(B) | 255.47º | 0.67% | 0.75% | - |
| XYZ | 16.01 | 9.8 | 50.34 | - |
| YUV | 87.46 | 186.43 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 63 | 191 | 0.50 | 0.67 | 0 | 0.25 | 255.47 | 0.5 | 0.5 |
| Hex | 60 | 3F | BF | 32 | 43 | 0 | 19 | FF | 32 | 32 |
| Octal | 140 | 77 | 277 | 62 | 103 | 0 | 31 | 377 | 62 | 62 |
| Binary | 1100000 | 111111 | 10111111 | 110010 | 1000011 | 0 | 11001 | 11111111 | 110010 | 110010 |
Color Harmonies of #603FBF
Complementary color
Monochromatic Colors of #603FBF
Black with #603FBF
Text Example
Text Example
White with #603FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603FBF; }
p { color: rgb(96,63,191); }
H1.HeaderClassName
{
color: #603FBF;
}
.AnyTagClassName
{
color: #603FBF;
}
</style>
background-color css
<style>
a { background-color: #603FBF; }
a { background-color: rgb(96,63,191); }
div.DivClassName
{
background-color: #603FBF;
}
.BgClassName
{
background-color: #603FBF;
}
</style>
border-color css
<style>
span { border-color: #603FBF; }
span { border-color: rgb(96,63,191); }
td.TdClassName
{
border-color: #603FBF;
}
.TagClassName
{
border-color: #603FBF;
}
</style>