Shades of Purple Heart #602DB7
Tints of Purple Heart #602DB7
RGB
CMYK
RGB Variations
Color information
#602DB7 (or 0x602DB7) is known color: Purple Heart. HEX triplet: 60, 2D and B7. RGB value is (96,45,183). Sum of RGB (Red+Green+Blue) = 96+45+183=324 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.63% from 324); Green value is 45 (17.97% from 255 or 13.89% from 324); Blue value is 183 (71.88% from 255 or 56.48% from 324); Max value from RGB is 183 - color contains mainly: blue. Hex color #602DB7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #602DB7 is #9FD248. Grayscale: #4B4B4B. Windows color (decimal): -10474057 or 12004704. OLE color: 12004704.
HSL color Cylindrical-coordinate representation of color #602DB7: hue angle of 262.17º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #602DB7 is Cyan = 0.48, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 96 | 45 | 183 | - |
| CMYK | 0.48 | 0.75 | 0 | 0.28 |
| HSL | 262.17º | 0.61% | 0.45% | - |
| HSV(B) | 262.17º | 0.75% | 0.72% | - |
| XYZ | 14.31 | 7.78 | 45.55 | - |
| YUV | 75.98 | 188.4 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 45 | 183 | 0.48 | 0.75 | 0 | 0.28 | 262.17 | 0.61 | 0.45 |
| Hex | 60 | 2D | B7 | 30 | 4B | 0 | 1C | 106 | 3D | 2D |
| Octal | 140 | 55 | 267 | 60 | 113 | 0 | 34 | 406 | 75 | 55 |
| Binary | 1100000 | 101101 | 10110111 | 110000 | 1001011 | 0 | 11100 | 100000110 | 111101 | 101101 |
Color Harmonies of #602DB7
Complementary color
Monochromatic Colors of #602DB7
Black with #602DB7
Text Example
Text Example
White with #602DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602DB7; }
p { color: rgb(96,45,183); }
H1.HeaderClassName
{
color: #602DB7;
}
.AnyTagClassName
{
color: #602DB7;
}
</style>
background-color css
<style>
a { background-color: #602DB7; }
a { background-color: rgb(96,45,183); }
div.DivClassName
{
background-color: #602DB7;
}
.BgClassName
{
background-color: #602DB7;
}
</style>
border-color css
<style>
span { border-color: #602DB7; }
span { border-color: rgb(96,45,183); }
td.TdClassName
{
border-color: #602DB7;
}
.TagClassName
{
border-color: #602DB7;
}
</style>