Shades of Purple Heart #603DBC
Tints of Purple Heart #603DBC
RGB
CMYK
RGB Variations
Color information
#603DBC (or 0x603DBC) is known color: Purple Heart. HEX triplet: 60, 3D and BC. RGB value is (96,61,188). Sum of RGB (Red+Green+Blue) = 96+61+188=345 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.83% from 345); Green value is 61 (24.22% from 255 or 17.68% from 345); Blue value is 188 (73.83% from 255 or 54.49% from 345); Max value from RGB is 188 - color contains mainly: blue. Hex color #603DBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #603DBC is #9FC243. Grayscale: #555555. Windows color (decimal): -10469956 or 12336480. OLE color: 12336480.
HSL color Cylindrical-coordinate representation of color #603DBC: hue angle of 256.54º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #603DBC is Cyan = 0.49, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 96 | 61 | 188 | - |
| CMYK | 0.49 | 0.68 | 0 | 0.26 |
| HSL | 256.54º | 0.51% | 0.49% | - |
| HSV(B) | 256.54º | 0.68% | 0.74% | - |
| XYZ | 15.57 | 9.46 | 48.58 | - |
| YUV | 85.94 | 185.6 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 61 | 188 | 0.49 | 0.68 | 0 | 0.26 | 256.54 | 0.51 | 0.49 |
| Hex | 60 | 3D | BC | 31 | 44 | 0 | 1A | 101 | 33 | 31 |
| Octal | 140 | 75 | 274 | 61 | 104 | 0 | 32 | 401 | 63 | 61 |
| Binary | 1100000 | 111101 | 10111100 | 110001 | 1000100 | 0 | 11010 | 100000001 | 110011 | 110001 |
Color Harmonies of #603DBC
Complementary color
Monochromatic Colors of #603DBC
Black with #603DBC
Text Example
Text Example
White with #603DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603DBC; }
p { color: rgb(96,61,188); }
H1.HeaderClassName
{
color: #603DBC;
}
.AnyTagClassName
{
color: #603DBC;
}
</style>
background-color css
<style>
a { background-color: #603DBC; }
a { background-color: rgb(96,61,188); }
div.DivClassName
{
background-color: #603DBC;
}
.BgClassName
{
background-color: #603DBC;
}
</style>
border-color css
<style>
span { border-color: #603DBC; }
span { border-color: rgb(96,61,188); }
td.TdClassName
{
border-color: #603DBC;
}
.TagClassName
{
border-color: #603DBC;
}
</style>