Shades of Purple Heart #6210AE
Tints of Purple Heart #6210AE
RGB
CMYK
RGB Variations
Color information
#6210AE (or 0x6210AE) is known color: Purple Heart. HEX triplet: 62, 10 and AE. RGB value is (98,16,174). Sum of RGB (Red+Green+Blue) = 98+16+174=288 (38% of max value = 765). Red value is 98 (38.67% from 255 or 34.03% from 288); Green value is 16 (6.64% from 255 or 5.56% from 288); Blue value is 174 (68.36% from 255 or 60.42% from 288); Max value from RGB is 174 - color contains mainly: blue. Hex color #6210AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6210AE is #9DEF51. Grayscale: #393939. Windows color (decimal): -10350418 or 11407458. OLE color: 11407458.
HSL color Cylindrical-coordinate representation of color #6210AE: hue angle of 271.14º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6210AE is Cyan = 0.44, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 98 | 16 | 174 | - |
| CMYK | 0.44 | 0.91 | 0 | 0.32 |
| HSL | 271.14º | 0.83% | 0.37% | - |
| HSV(B) | 271.14º | 0.91% | 0.68% | - |
| XYZ | 12.86 | 6.02 | 40.53 | - |
| YUV | 58.53 | 193.17 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 16 | 174 | 0.44 | 0.91 | 0 | 0.32 | 271.14 | 0.83 | 0.37 |
| Hex | 62 | 10 | AE | 2C | 5B | 0 | 20 | 10F | 53 | 25 |
| Octal | 142 | 20 | 256 | 54 | 133 | 0 | 40 | 417 | 123 | 45 |
| Binary | 1100010 | 10000 | 10101110 | 101100 | 1011011 | 0 | 100000 | 100001111 | 1010011 | 100101 |
Color Harmonies of #6210AE
Complementary color
Monochromatic Colors of #6210AE
Black with #6210AE
Text Example
Text Example
White with #6210AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6210AE; }
p { color: rgb(98,16,174); }
H1.HeaderClassName
{
color: #6210AE;
}
.AnyTagClassName
{
color: #6210AE;
}
</style>
background-color css
<style>
a { background-color: #6210AE; }
a { background-color: rgb(98,16,174); }
div.DivClassName
{
background-color: #6210AE;
}
.BgClassName
{
background-color: #6210AE;
}
</style>
border-color css
<style>
span { border-color: #6210AE; }
span { border-color: rgb(98,16,174); }
td.TdClassName
{
border-color: #6210AE;
}
.TagClassName
{
border-color: #6210AE;
}
</style>