Shades of Purple Heart #602CC3
Tints of Purple Heart #602CC3
RGB
CMYK
RGB Variations
Color information
#602CC3 (or 0x602CC3) is known color: Purple Heart. HEX triplet: 60, 2C and C3. RGB value is (96,44,195). Sum of RGB (Red+Green+Blue) = 96+44+195=335 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.66% from 335); Green value is 44 (17.58% from 255 or 13.13% from 335); Blue value is 195 (76.56% from 255 or 58.21% from 335); Max value from RGB is 195 - color contains mainly: blue. Hex color #602CC3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #602CC3 is #9FD33C. Grayscale: #4C4C4C. Windows color (decimal): -10474301 or 12790880. OLE color: 12790880.
HSL color Cylindrical-coordinate representation of color #602CC3: hue angle of 260.66º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #602CC3 is Cyan = 0.51, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 96 | 44 | 195 | - |
| CMYK | 0.51 | 0.77 | 0 | 0.24 |
| HSL | 260.66º | 0.63% | 0.47% | - |
| HSV(B) | 260.66º | 0.77% | 0.76% | - |
| XYZ | 15.57 | 8.23 | 52.4 | - |
| YUV | 76.76 | 194.73 | 141.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 44 | 195 | 0.51 | 0.77 | 0 | 0.24 | 260.66 | 0.63 | 0.47 |
| Hex | 60 | 2C | C3 | 33 | 4D | 0 | 18 | 105 | 3F | 2F |
| Octal | 140 | 54 | 303 | 63 | 115 | 0 | 30 | 405 | 77 | 57 |
| Binary | 1100000 | 101100 | 11000011 | 110011 | 1001101 | 0 | 11000 | 100000101 | 111111 | 101111 |
Color Harmonies of #602CC3
Complementary color
Monochromatic Colors of #602CC3
Black with #602CC3
Text Example
Text Example
White with #602CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602CC3; }
p { color: rgb(96,44,195); }
H1.HeaderClassName
{
color: #602CC3;
}
.AnyTagClassName
{
color: #602CC3;
}
</style>
background-color css
<style>
a { background-color: #602CC3; }
a { background-color: rgb(96,44,195); }
div.DivClassName
{
background-color: #602CC3;
}
.BgClassName
{
background-color: #602CC3;
}
</style>
border-color css
<style>
span { border-color: #602CC3; }
span { border-color: rgb(96,44,195); }
td.TdClassName
{
border-color: #602CC3;
}
.TagClassName
{
border-color: #602CC3;
}
</style>