Shades of Purple Heart #6210B1
Tints of Purple Heart #6210B1
RGB
CMYK
RGB Variations
Color information
#6210B1 (or 0x6210B1) is known color: Purple Heart. HEX triplet: 62, 10 and B1. RGB value is (98,16,177). Sum of RGB (Red+Green+Blue) = 98+16+177=291 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.68% from 291); Green value is 16 (6.64% from 255 or 5.50% from 291); Blue value is 177 (69.53% from 255 or 60.82% from 291); Max value from RGB is 177 - color contains mainly: blue. Hex color #6210B1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6210B1 is #9DEF4E. Grayscale: #3A3A3A. Windows color (decimal): -10350415 or 11604066. OLE color: 11604066.
HSL color Cylindrical-coordinate representation of color #6210B1: hue angle of 270.56º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6210B1 is Cyan = 0.45, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 98 | 16 | 177 | - |
| CMYK | 0.45 | 0.91 | 0 | 0.31 |
| HSL | 270.56º | 0.83% | 0.38% | - |
| HSV(B) | 270.56º | 0.91% | 0.69% | - |
| XYZ | 13.16 | 6.14 | 42.09 | - |
| YUV | 58.87 | 194.67 | 155.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 16 | 177 | 0.45 | 0.91 | 0 | 0.31 | 270.56 | 0.83 | 0.38 |
| Hex | 62 | 10 | B1 | 2D | 5B | 0 | 1F | 10F | 53 | 26 |
| Octal | 142 | 20 | 261 | 55 | 133 | 0 | 37 | 417 | 123 | 46 |
| Binary | 1100010 | 10000 | 10110001 | 101101 | 1011011 | 0 | 11111 | 100001111 | 1010011 | 100110 |
Color Harmonies of #6210B1
Complementary color
Monochromatic Colors of #6210B1
Black with #6210B1
Text Example
Text Example
White with #6210B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6210B1; }
p { color: rgb(98,16,177); }
H1.HeaderClassName
{
color: #6210B1;
}
.AnyTagClassName
{
color: #6210B1;
}
</style>
background-color css
<style>
a { background-color: #6210B1; }
a { background-color: rgb(98,16,177); }
div.DivClassName
{
background-color: #6210B1;
}
.BgClassName
{
background-color: #6210B1;
}
</style>
border-color css
<style>
span { border-color: #6210B1; }
span { border-color: rgb(98,16,177); }
td.TdClassName
{
border-color: #6210B1;
}
.TagClassName
{
border-color: #6210B1;
}
</style>