Shades of Purple Heart #6210CE
Tints of Purple Heart #6210CE
RGB
CMYK
RGB Variations
Color information
#6210CE (or 0x6210CE) is known color: Purple Heart. HEX triplet: 62, 10 and CE. RGB value is (98,16,206). Sum of RGB (Red+Green+Blue) = 98+16+206=320 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.62% from 320); Green value is 16 (6.64% from 255 or 5% from 320); Blue value is 206 (80.86% from 255 or 64.38% from 320); Max value from RGB is 206 - color contains mainly: blue. Hex color #6210CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6210CE is #9DEF31. Grayscale: #3D3D3D. Windows color (decimal): -10350386 or 13504610. OLE color: 13504610.
HSL color Cylindrical-coordinate representation of color #6210CE: hue angle of 265.89º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6210CE is Cyan = 0.52, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 98 | 16 | 206 | - |
| CMYK | 0.52 | 0.92 | 0 | 0.19 |
| HSL | 265.89º | 0.86% | 0.44% | - |
| HSV(B) | 265.89º | 0.92% | 0.81% | - |
| XYZ | 16.36 | 7.42 | 58.96 | - |
| YUV | 62.18 | 209.17 | 153.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 16 | 206 | 0.52 | 0.92 | 0 | 0.19 | 265.89 | 0.86 | 0.44 |
| Hex | 62 | 10 | CE | 34 | 5C | 0 | 13 | 10A | 56 | 2C |
| Octal | 142 | 20 | 316 | 64 | 134 | 0 | 23 | 412 | 126 | 54 |
| Binary | 1100010 | 10000 | 11001110 | 110100 | 1011100 | 0 | 10011 | 100001010 | 1010110 | 101100 |
Color Harmonies of #6210CE
Complementary color
Monochromatic Colors of #6210CE
Black with #6210CE
Text Example
Text Example
White with #6210CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6210CE; }
p { color: rgb(98,16,206); }
H1.HeaderClassName
{
color: #6210CE;
}
.AnyTagClassName
{
color: #6210CE;
}
</style>
background-color css
<style>
a { background-color: #6210CE; }
a { background-color: rgb(98,16,206); }
div.DivClassName
{
background-color: #6210CE;
}
.BgClassName
{
background-color: #6210CE;
}
</style>
border-color css
<style>
span { border-color: #6210CE; }
span { border-color: rgb(98,16,206); }
td.TdClassName
{
border-color: #6210CE;
}
.TagClassName
{
border-color: #6210CE;
}
</style>