Shades of Purple Heart #6212B1
Tints of Purple Heart #6212B1
RGB
CMYK
RGB Variations
Color information
#6212B1 (or 0x6212B1) is known color: Purple Heart. HEX triplet: 62, 12 and B1. RGB value is (98,18,177). Sum of RGB (Red+Green+Blue) = 98+18+177=293 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.45% from 293); Green value is 18 (7.42% from 255 or 6.14% from 293); Blue value is 177 (69.53% from 255 or 60.41% from 293); Max value from RGB is 177 - color contains mainly: blue. Hex color #6212B1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6212B1 is #9DED4E. Grayscale: #3B3B3B. Windows color (decimal): -10349903 or 11604578. OLE color: 11604578.
HSL color Cylindrical-coordinate representation of color #6212B1: hue angle of 270.19º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6212B1 is Cyan = 0.45, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 98 | 18 | 177 | - |
| CMYK | 0.45 | 0.90 | 0 | 0.31 |
| HSL | 270.19º | 0.82% | 0.38% | - |
| HSV(B) | 270.19º | 0.9% | 0.69% | - |
| XYZ | 13.19 | 6.2 | 42.1 | - |
| YUV | 60.05 | 194 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 18 | 177 | 0.45 | 0.90 | 0 | 0.31 | 270.19 | 0.82 | 0.38 |
| Hex | 62 | 12 | B1 | 2D | 5A | 0 | 1F | 10E | 52 | 26 |
| Octal | 142 | 22 | 261 | 55 | 132 | 0 | 37 | 416 | 122 | 46 |
| Binary | 1100010 | 10010 | 10110001 | 101101 | 1011010 | 0 | 11111 | 100001110 | 1010010 | 100110 |
Color Harmonies of #6212B1
Complementary color
Monochromatic Colors of #6212B1
Black with #6212B1
Text Example
Text Example
White with #6212B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6212B1; }
p { color: rgb(98,18,177); }
H1.HeaderClassName
{
color: #6212B1;
}
.AnyTagClassName
{
color: #6212B1;
}
</style>
background-color css
<style>
a { background-color: #6212B1; }
a { background-color: rgb(98,18,177); }
div.DivClassName
{
background-color: #6212B1;
}
.BgClassName
{
background-color: #6212B1;
}
</style>
border-color css
<style>
span { border-color: #6212B1; }
span { border-color: rgb(98,18,177); }
td.TdClassName
{
border-color: #6212B1;
}
.TagClassName
{
border-color: #6212B1;
}
</style>