Shades of Purple Heart #602CC1
Tints of Purple Heart #602CC1
RGB
CMYK
RGB Variations
Color information
#602CC1 (or 0x602CC1) is known color: Purple Heart. HEX triplet: 60, 2C and C1. RGB value is (96,44,193). Sum of RGB (Red+Green+Blue) = 96+44+193=333 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.83% from 333); Green value is 44 (17.58% from 255 or 13.21% from 333); Blue value is 193 (75.78% from 255 or 57.96% from 333); Max value from RGB is 193 - color contains mainly: blue. Hex color #602CC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #602CC1 is #9FD33E. Grayscale: #4B4B4B. Windows color (decimal): -10474303 or 12659808. OLE color: 12659808.
HSL color Cylindrical-coordinate representation of color #602CC1: hue angle of 260.94º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #602CC1 is Cyan = 0.50, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 96 | 44 | 193 | - |
| CMYK | 0.50 | 0.77 | 0 | 0.24 |
| HSL | 260.94º | 0.63% | 0.46% | - |
| HSV(B) | 260.94º | 0.77% | 0.76% | - |
| XYZ | 15.35 | 8.14 | 51.21 | - |
| YUV | 76.53 | 193.73 | 141.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 44 | 193 | 0.50 | 0.77 | 0 | 0.24 | 260.94 | 0.63 | 0.46 |
| Hex | 60 | 2C | C1 | 32 | 4D | 0 | 18 | 105 | 3F | 2E |
| Octal | 140 | 54 | 301 | 62 | 115 | 0 | 30 | 405 | 77 | 56 |
| Binary | 1100000 | 101100 | 11000001 | 110010 | 1001101 | 0 | 11000 | 100000101 | 111111 | 101110 |
Color Harmonies of #602CC1
Complementary color
Monochromatic Colors of #602CC1
Black with #602CC1
Text Example
Text Example
White with #602CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602CC1; }
p { color: rgb(96,44,193); }
H1.HeaderClassName
{
color: #602CC1;
}
.AnyTagClassName
{
color: #602CC1;
}
</style>
background-color css
<style>
a { background-color: #602CC1; }
a { background-color: rgb(96,44,193); }
div.DivClassName
{
background-color: #602CC1;
}
.BgClassName
{
background-color: #602CC1;
}
</style>
border-color css
<style>
span { border-color: #602CC1; }
span { border-color: rgb(96,44,193); }
td.TdClassName
{
border-color: #602CC1;
}
.TagClassName
{
border-color: #602CC1;
}
</style>