Shades of Purple Heart #6021C7
Tints of Purple Heart #6021C7
RGB
CMYK
RGB Variations
Color information
#6021C7 (or 0x6021C7) is known color: Purple Heart. HEX triplet: 60, 21 and C7. RGB value is (96,33,199). Sum of RGB (Red+Green+Blue) = 96+33+199=328 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.27% from 328); Green value is 33 (13.28% from 255 or 10.06% from 328); Blue value is 199 (78.12% from 255 or 60.67% from 328); Max value from RGB is 199 - color contains mainly: blue. Hex color #6021C7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6021C7 is #9FDE38. Grayscale: #464646. Windows color (decimal): -10477113 or 13050208. OLE color: 13050208.
HSL color Cylindrical-coordinate representation of color #6021C7: hue angle of 262.77º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6021C7 is Cyan = 0.52, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 96 | 33 | 199 | - |
| CMYK | 0.52 | 0.83 | 0 | 0.22 |
| HSL | 262.77º | 0.72% | 0.45% | - |
| HSV(B) | 262.77º | 0.83% | 0.78% | - |
| XYZ | 15.68 | 7.7 | 54.69 | - |
| YUV | 70.76 | 200.37 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 33 | 199 | 0.52 | 0.83 | 0 | 0.22 | 262.77 | 0.72 | 0.45 |
| Hex | 60 | 21 | C7 | 34 | 53 | 0 | 16 | 107 | 48 | 2D |
| Octal | 140 | 41 | 307 | 64 | 123 | 0 | 26 | 407 | 110 | 55 |
| Binary | 1100000 | 100001 | 11000111 | 110100 | 1010011 | 0 | 10110 | 100000111 | 1001000 | 101101 |
Color Harmonies of #6021C7
Complementary color
Monochromatic Colors of #6021C7
Black with #6021C7
Text Example
Text Example
White with #6021C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6021C7; }
p { color: rgb(96,33,199); }
H1.HeaderClassName
{
color: #6021C7;
}
.AnyTagClassName
{
color: #6021C7;
}
</style>
background-color css
<style>
a { background-color: #6021C7; }
a { background-color: rgb(96,33,199); }
div.DivClassName
{
background-color: #6021C7;
}
.BgClassName
{
background-color: #6021C7;
}
</style>
border-color css
<style>
span { border-color: #6021C7; }
span { border-color: rgb(96,33,199); }
td.TdClassName
{
border-color: #6021C7;
}
.TagClassName
{
border-color: #6021C7;
}
</style>