Shades of Purple Heart #602CC7
Tints of Purple Heart #602CC7
RGB
CMYK
RGB Variations
Color information
#602CC7 (or 0x602CC7) is known color: Purple Heart. HEX triplet: 60, 2C and C7. RGB value is (96,44,199). Sum of RGB (Red+Green+Blue) = 96+44+199=339 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.32% from 339); Green value is 44 (17.58% from 255 or 12.98% from 339); Blue value is 199 (78.12% from 255 or 58.70% from 339); Max value from RGB is 199 - color contains mainly: blue. Hex color #602CC7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #602CC7 is #9FD338. Grayscale: #4C4C4C. Windows color (decimal): -10474297 or 13053024. OLE color: 13053024.
HSL color Cylindrical-coordinate representation of color #602CC7: hue angle of 260.13º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #602CC7 is Cyan = 0.52, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 96 | 44 | 199 | - |
| CMYK | 0.52 | 0.78 | 0 | 0.22 |
| HSL | 260.13º | 0.64% | 0.48% | - |
| HSV(B) | 260.13º | 0.78% | 0.78% | - |
| XYZ | 16.03 | 8.41 | 54.81 | - |
| YUV | 77.22 | 196.73 | 141.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 44 | 199 | 0.52 | 0.78 | 0 | 0.22 | 260.13 | 0.64 | 0.48 |
| Hex | 60 | 2C | C7 | 34 | 4E | 0 | 16 | 104 | 40 | 30 |
| Octal | 140 | 54 | 307 | 64 | 116 | 0 | 26 | 404 | 100 | 60 |
| Binary | 1100000 | 101100 | 11000111 | 110100 | 1001110 | 0 | 10110 | 100000100 | 1000000 | 110000 |
Color Harmonies of #602CC7
Complementary color
Monochromatic Colors of #602CC7
Black with #602CC7
Text Example
Text Example
White with #602CC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602CC7; }
p { color: rgb(96,44,199); }
H1.HeaderClassName
{
color: #602CC7;
}
.AnyTagClassName
{
color: #602CC7;
}
</style>
background-color css
<style>
a { background-color: #602CC7; }
a { background-color: rgb(96,44,199); }
div.DivClassName
{
background-color: #602CC7;
}
.BgClassName
{
background-color: #602CC7;
}
</style>
border-color css
<style>
span { border-color: #602CC7; }
span { border-color: rgb(96,44,199); }
td.TdClassName
{
border-color: #602CC7;
}
.TagClassName
{
border-color: #602CC7;
}
</style>