Shades of Purple Heart #603AB7
Tints of Purple Heart #603AB7
RGB
CMYK
RGB Variations
Color information
#603AB7 (or 0x603AB7) is known color: Purple Heart. HEX triplet: 60, 3A and B7. RGB value is (96,58,183). Sum of RGB (Red+Green+Blue) = 96+58+183=337 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.49% from 337); Green value is 58 (23.05% from 255 or 17.21% from 337); Blue value is 183 (71.88% from 255 or 54.30% from 337); Max value from RGB is 183 - color contains mainly: blue. Hex color #603AB7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #603AB7 is #9FC548. Grayscale: #535353. Windows color (decimal): -10470729 or 12008032. OLE color: 12008032.
HSL color Cylindrical-coordinate representation of color #603AB7: hue angle of 258.24º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #603AB7 is Cyan = 0.48, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 96 | 58 | 183 | - |
| CMYK | 0.48 | 0.68 | 0 | 0.28 |
| HSL | 258.24º | 0.52% | 0.47% | - |
| HSV(B) | 258.24º | 0.68% | 0.72% | - |
| XYZ | 14.88 | 8.93 | 45.74 | - |
| YUV | 83.61 | 184.09 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 58 | 183 | 0.48 | 0.68 | 0 | 0.28 | 258.24 | 0.52 | 0.47 |
| Hex | 60 | 3A | B7 | 30 | 44 | 0 | 1C | 102 | 34 | 2F |
| Octal | 140 | 72 | 267 | 60 | 104 | 0 | 34 | 402 | 64 | 57 |
| Binary | 1100000 | 111010 | 10110111 | 110000 | 1000100 | 0 | 11100 | 100000010 | 110100 | 101111 |
Color Harmonies of #603AB7
Complementary color
Monochromatic Colors of #603AB7
Black with #603AB7
Text Example
Text Example
White with #603AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603AB7; }
p { color: rgb(96,58,183); }
H1.HeaderClassName
{
color: #603AB7;
}
.AnyTagClassName
{
color: #603AB7;
}
</style>
background-color css
<style>
a { background-color: #603AB7; }
a { background-color: rgb(96,58,183); }
div.DivClassName
{
background-color: #603AB7;
}
.BgClassName
{
background-color: #603AB7;
}
</style>
border-color css
<style>
span { border-color: #603AB7; }
span { border-color: rgb(96,58,183); }
td.TdClassName
{
border-color: #603AB7;
}
.TagClassName
{
border-color: #603AB7;
}
</style>