Shades of Purple Heart #603FBE
Tints of Purple Heart #603FBE
RGB
CMYK
RGB Variations
Color information
#603FBE (or 0x603FBE) is known color: Purple Heart. HEX triplet: 60, 3F and BE. RGB value is (96,63,190). Sum of RGB (Red+Green+Blue) = 96+63+190=349 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.51% from 349); Green value is 63 (25% from 255 or 18.05% from 349); Blue value is 190 (74.61% from 255 or 54.44% from 349); Max value from RGB is 190 - color contains mainly: blue. Hex color #603FBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #603FBE is #9FC041. Grayscale: #565656. Windows color (decimal): -10469442 or 12468064. OLE color: 12468064.
HSL color Cylindrical-coordinate representation of color #603FBE: hue angle of 255.59º 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 #603FBE is Cyan = 0.49, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 63 | 190 | - |
| CMYK | 0.49 | 0.67 | 0 | 0.25 |
| HSL | 255.59º | 0.5% | 0.5% | - |
| HSV(B) | 255.59º | 0.67% | 0.75% | - |
| XYZ | 15.9 | 9.76 | 49.76 | - |
| YUV | 87.35 | 185.93 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 63 | 190 | 0.49 | 0.67 | 0 | 0.25 | 255.59 | 0.5 | 0.5 |
| Hex | 60 | 3F | BE | 31 | 43 | 0 | 19 | 100 | 32 | 32 |
| Octal | 140 | 77 | 276 | 61 | 103 | 0 | 31 | 400 | 62 | 62 |
| Binary | 1100000 | 111111 | 10111110 | 110001 | 1000011 | 0 | 11001 | 100000000 | 110010 | 110010 |
Color Harmonies of #603FBE
Complementary color
Monochromatic Colors of #603FBE
Black with #603FBE
Text Example
Text Example
White with #603FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603FBE; }
p { color: rgb(96,63,190); }
H1.HeaderClassName
{
color: #603FBE;
}
.AnyTagClassName
{
color: #603FBE;
}
</style>
background-color css
<style>
a { background-color: #603FBE; }
a { background-color: rgb(96,63,190); }
div.DivClassName
{
background-color: #603FBE;
}
.BgClassName
{
background-color: #603FBE;
}
</style>
border-color css
<style>
span { border-color: #603FBE; }
span { border-color: rgb(96,63,190); }
td.TdClassName
{
border-color: #603FBE;
}
.TagClassName
{
border-color: #603FBE;
}
</style>