Shades of Purple Heart #6210C7
Tints of Purple Heart #6210C7
RGB
CMYK
RGB Variations
Color information
#6210C7 (or 0x6210C7) is known color: Purple Heart. HEX triplet: 62, 10 and C7. RGB value is (98,16,199). Sum of RGB (Red+Green+Blue) = 98+16+199=313 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.31% from 313); Green value is 16 (6.64% from 255 or 5.11% from 313); Blue value is 199 (78.12% from 255 or 63.58% from 313); Max value from RGB is 199 - color contains mainly: blue. Hex color #6210C7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6210C7 is #9DEF38. Grayscale: #3C3C3C. Windows color (decimal): -10350393 or 13045858. OLE color: 13045858.
HSL color Cylindrical-coordinate representation of color #6210C7: hue angle of 266.89º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6210C7 is Cyan = 0.51, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 98 | 16 | 199 | - |
| CMYK | 0.51 | 0.92 | 0 | 0.22 |
| HSL | 266.89º | 0.85% | 0.42% | - |
| HSV(B) | 266.89º | 0.92% | 0.78% | - |
| XYZ | 15.53 | 7.09 | 54.58 | - |
| YUV | 61.38 | 205.67 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 16 | 199 | 0.51 | 0.92 | 0 | 0.22 | 266.89 | 0.85 | 0.42 |
| Hex | 62 | 10 | C7 | 33 | 5C | 0 | 16 | 10B | 55 | 2A |
| Octal | 142 | 20 | 307 | 63 | 134 | 0 | 26 | 413 | 125 | 52 |
| Binary | 1100010 | 10000 | 11000111 | 110011 | 1011100 | 0 | 10110 | 100001011 | 1010101 | 101010 |
Color Harmonies of #6210C7
Complementary color
Monochromatic Colors of #6210C7
Black with #6210C7
Text Example
Text Example
White with #6210C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6210C7; }
p { color: rgb(98,16,199); }
H1.HeaderClassName
{
color: #6210C7;
}
.AnyTagClassName
{
color: #6210C7;
}
</style>
background-color css
<style>
a { background-color: #6210C7; }
a { background-color: rgb(98,16,199); }
div.DivClassName
{
background-color: #6210C7;
}
.BgClassName
{
background-color: #6210C7;
}
</style>
border-color css
<style>
span { border-color: #6210C7; }
span { border-color: rgb(98,16,199); }
td.TdClassName
{
border-color: #6210C7;
}
.TagClassName
{
border-color: #6210C7;
}
</style>