Shades of Purple Heart #602FC1
Tints of Purple Heart #602FC1
RGB
CMYK
RGB Variations
Color information
#602FC1 (or 0x602FC1) is known color: Purple Heart. HEX triplet: 60, 2F and C1. RGB value is (96,47,193). Sum of RGB (Red+Green+Blue) = 96+47+193=336 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.57% from 336); Green value is 47 (18.75% from 255 or 13.99% from 336); Blue value is 193 (75.78% from 255 or 57.44% from 336); Max value from RGB is 193 - color contains mainly: blue. Hex color #602FC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #602FC1 is #9FD03E. Grayscale: #4D4D4D. Windows color (decimal): -10473535 or 12660576. OLE color: 12660576.
HSL color Cylindrical-coordinate representation of color #602FC1: hue angle of 260.14º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #602FC1 is Cyan = 0.50, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 96 | 47 | 193 | - |
| CMYK | 0.50 | 0.76 | 0 | 0.24 |
| HSL | 260.14º | 0.61% | 0.47% | - |
| HSV(B) | 260.14º | 0.76% | 0.76% | - |
| XYZ | 15.47 | 8.37 | 51.25 | - |
| YUV | 78.3 | 192.73 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 47 | 193 | 0.50 | 0.76 | 0 | 0.24 | 260.14 | 0.61 | 0.47 |
| Hex | 60 | 2F | C1 | 32 | 4C | 0 | 18 | 104 | 3D | 2F |
| Octal | 140 | 57 | 301 | 62 | 114 | 0 | 30 | 404 | 75 | 57 |
| Binary | 1100000 | 101111 | 11000001 | 110010 | 1001100 | 0 | 11000 | 100000100 | 111101 | 101111 |
Color Harmonies of #602FC1
Complementary color
Monochromatic Colors of #602FC1
Black with #602FC1
Text Example
Text Example
White with #602FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602FC1; }
p { color: rgb(96,47,193); }
H1.HeaderClassName
{
color: #602FC1;
}
.AnyTagClassName
{
color: #602FC1;
}
</style>
background-color css
<style>
a { background-color: #602FC1; }
a { background-color: rgb(96,47,193); }
div.DivClassName
{
background-color: #602FC1;
}
.BgClassName
{
background-color: #602FC1;
}
</style>
border-color css
<style>
span { border-color: #602FC1; }
span { border-color: rgb(96,47,193); }
td.TdClassName
{
border-color: #602FC1;
}
.TagClassName
{
border-color: #602FC1;
}
</style>