Shades of Purple Heart #603DBA
Tints of Purple Heart #603DBA
RGB
CMYK
RGB Variations
Color information
#603DBA (or 0x603DBA) is known color: Purple Heart. HEX triplet: 60, 3D and BA. RGB value is (96,61,186). Sum of RGB (Red+Green+Blue) = 96+61+186=343 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.99% from 343); Green value is 61 (24.22% from 255 or 17.78% from 343); Blue value is 186 (73.05% from 255 or 54.23% from 343); Max value from RGB is 186 - color contains mainly: blue. Hex color #603DBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #603DBA is #9FC245. Grayscale: #555555. Windows color (decimal): -10469958 or 12205408. OLE color: 12205408.
HSL color Cylindrical-coordinate representation of color #603DBA: hue angle of 256.8º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #603DBA is Cyan = 0.48, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 96 | 61 | 186 | - |
| CMYK | 0.48 | 0.67 | 0 | 0.27 |
| HSL | 256.8º | 0.51% | 0.48% | - |
| HSV(B) | 256.8º | 0.67% | 0.73% | - |
| XYZ | 15.36 | 9.37 | 47.45 | - |
| YUV | 85.72 | 184.6 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 61 | 186 | 0.48 | 0.67 | 0 | 0.27 | 256.8 | 0.51 | 0.48 |
| Hex | 60 | 3D | BA | 30 | 43 | 0 | 1B | 101 | 33 | 30 |
| Octal | 140 | 75 | 272 | 60 | 103 | 0 | 33 | 401 | 63 | 60 |
| Binary | 1100000 | 111101 | 10111010 | 110000 | 1000011 | 0 | 11011 | 100000001 | 110011 | 110000 |
Color Harmonies of #603DBA
Complementary color
Monochromatic Colors of #603DBA
Black with #603DBA
Text Example
Text Example
White with #603DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603DBA; }
p { color: rgb(96,61,186); }
H1.HeaderClassName
{
color: #603DBA;
}
.AnyTagClassName
{
color: #603DBA;
}
</style>
background-color css
<style>
a { background-color: #603DBA; }
a { background-color: rgb(96,61,186); }
div.DivClassName
{
background-color: #603DBA;
}
.BgClassName
{
background-color: #603DBA;
}
</style>
border-color css
<style>
span { border-color: #603DBA; }
span { border-color: rgb(96,61,186); }
td.TdClassName
{
border-color: #603DBA;
}
.TagClassName
{
border-color: #603DBA;
}
</style>