Shades of Purple Heart #6210AC
Tints of Purple Heart #6210AC
RGB
CMYK
RGB Variations
Color information
#6210AC (or 0x6210AC) is known color: Purple Heart. HEX triplet: 62, 10 and AC. RGB value is (98,16,172). Sum of RGB (Red+Green+Blue) = 98+16+172=286 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.27% from 286); Green value is 16 (6.64% from 255 or 5.59% from 286); Blue value is 172 (67.58% from 255 or 60.14% from 286); Max value from RGB is 172 - color contains mainly: blue. Hex color #6210AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6210AC is #9DEF53. Grayscale: #393939. Windows color (decimal): -10350420 or 11276386. OLE color: 11276386.
HSL color Cylindrical-coordinate representation of color #6210AC: hue angle of 271.54º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6210AC is Cyan = 0.43, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 98 | 16 | 172 | - |
| CMYK | 0.43 | 0.91 | 0 | 0.33 |
| HSL | 271.54º | 0.83% | 0.37% | - |
| HSV(B) | 271.54º | 0.91% | 0.67% | - |
| XYZ | 12.67 | 5.95 | 39.51 | - |
| YUV | 58.3 | 192.17 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 16 | 172 | 0.43 | 0.91 | 0 | 0.33 | 271.54 | 0.83 | 0.37 |
| Hex | 62 | 10 | AC | 2B | 5B | 0 | 21 | 110 | 53 | 25 |
| Octal | 142 | 20 | 254 | 53 | 133 | 0 | 41 | 420 | 123 | 45 |
| Binary | 1100010 | 10000 | 10101100 | 101011 | 1011011 | 0 | 100001 | 100010000 | 1010011 | 100101 |
Color Harmonies of #6210AC
Complementary color
Monochromatic Colors of #6210AC
Black with #6210AC
Text Example
Text Example
White with #6210AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6210AC; }
p { color: rgb(98,16,172); }
H1.HeaderClassName
{
color: #6210AC;
}
.AnyTagClassName
{
color: #6210AC;
}
</style>
background-color css
<style>
a { background-color: #6210AC; }
a { background-color: rgb(98,16,172); }
div.DivClassName
{
background-color: #6210AC;
}
.BgClassName
{
background-color: #6210AC;
}
</style>
border-color css
<style>
span { border-color: #6210AC; }
span { border-color: rgb(98,16,172); }
td.TdClassName
{
border-color: #6210AC;
}
.TagClassName
{
border-color: #6210AC;
}
</style>