Shades of Purple Heart #603FBA
Tints of Purple Heart #603FBA
RGB
CMYK
RGB Variations
Color information
#603FBA (or 0x603FBA) is known color: Purple Heart. HEX triplet: 60, 3F and BA. RGB value is (96,63,186). Sum of RGB (Red+Green+Blue) = 96+63+186=345 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.83% from 345); Green value is 63 (25% from 255 or 18.26% from 345); Blue value is 186 (73.05% from 255 or 53.91% from 345); Max value from RGB is 186 - color contains mainly: blue. Hex color #603FBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #603FBA is #9FC045. Grayscale: #565656. Windows color (decimal): -10469446 or 12205920. OLE color: 12205920.
HSL color Cylindrical-coordinate representation of color #603FBA: hue angle of 256.1º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #603FBA is Cyan = 0.48, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 96 | 63 | 186 | - |
| CMYK | 0.48 | 0.66 | 0 | 0.27 |
| HSL | 256.1º | 0.49% | 0.49% | - |
| HSV(B) | 256.1º | 0.66% | 0.73% | - |
| XYZ | 15.46 | 9.59 | 47.49 | - |
| YUV | 86.89 | 183.93 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 63 | 186 | 0.48 | 0.66 | 0 | 0.27 | 256.1 | 0.49 | 0.49 |
| Hex | 60 | 3F | BA | 30 | 42 | 0 | 1B | 100 | 31 | 31 |
| Octal | 140 | 77 | 272 | 60 | 102 | 0 | 33 | 400 | 61 | 61 |
| Binary | 1100000 | 111111 | 10111010 | 110000 | 1000010 | 0 | 11011 | 100000000 | 110001 | 110001 |
Color Harmonies of #603FBA
Complementary color
Monochromatic Colors of #603FBA
Black with #603FBA
Text Example
Text Example
White with #603FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603FBA; }
p { color: rgb(96,63,186); }
H1.HeaderClassName
{
color: #603FBA;
}
.AnyTagClassName
{
color: #603FBA;
}
</style>
background-color css
<style>
a { background-color: #603FBA; }
a { background-color: rgb(96,63,186); }
div.DivClassName
{
background-color: #603FBA;
}
.BgClassName
{
background-color: #603FBA;
}
</style>
border-color css
<style>
span { border-color: #603FBA; }
span { border-color: rgb(96,63,186); }
td.TdClassName
{
border-color: #603FBA;
}
.TagClassName
{
border-color: #603FBA;
}
</style>