Shades of Purple Heart #603DB7
Tints of Purple Heart #603DB7
RGB
CMYK
RGB Variations
Color information
#603DB7 (or 0x603DB7) is known color: Purple Heart. HEX triplet: 60, 3D and B7. RGB value is (96,61,183). Sum of RGB (Red+Green+Blue) = 96+61+183=340 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.24% from 340); Green value is 61 (24.22% from 255 or 17.94% from 340); Blue value is 183 (71.88% from 255 or 53.82% from 340); Max value from RGB is 183 - color contains mainly: blue. Hex color #603DB7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #603DB7 is #9FC248. Grayscale: #545454. Windows color (decimal): -10469961 or 12008800. OLE color: 12008800.
HSL color Cylindrical-coordinate representation of color #603DB7: hue angle of 257.21º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #603DB7 is Cyan = 0.48, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 96 | 61 | 183 | - |
| CMYK | 0.48 | 0.67 | 0 | 0.28 |
| HSL | 257.21º | 0.5% | 0.48% | - |
| HSV(B) | 257.21º | 0.67% | 0.72% | - |
| XYZ | 15.04 | 9.24 | 45.79 | - |
| YUV | 85.37 | 183.1 | 135.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 61 | 183 | 0.48 | 0.67 | 0 | 0.28 | 257.21 | 0.5 | 0.48 |
| Hex | 60 | 3D | B7 | 30 | 43 | 0 | 1C | 101 | 32 | 30 |
| Octal | 140 | 75 | 267 | 60 | 103 | 0 | 34 | 401 | 62 | 60 |
| Binary | 1100000 | 111101 | 10110111 | 110000 | 1000011 | 0 | 11100 | 100000001 | 110010 | 110000 |
Color Harmonies of #603DB7
Complementary color
Monochromatic Colors of #603DB7
Black with #603DB7
Text Example
Text Example
White with #603DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603DB7; }
p { color: rgb(96,61,183); }
H1.HeaderClassName
{
color: #603DB7;
}
.AnyTagClassName
{
color: #603DB7;
}
</style>
background-color css
<style>
a { background-color: #603DB7; }
a { background-color: rgb(96,61,183); }
div.DivClassName
{
background-color: #603DB7;
}
.BgClassName
{
background-color: #603DB7;
}
</style>
border-color css
<style>
span { border-color: #603DB7; }
span { border-color: rgb(96,61,183); }
td.TdClassName
{
border-color: #603DB7;
}
.TagClassName
{
border-color: #603DB7;
}
</style>