Shades of Purple Heart #6215BC
Tints of Purple Heart #6215BC
RGB
CMYK
RGB Variations
Color information
#6215BC (or 0x6215BC) is known color: Purple Heart. HEX triplet: 62, 15 and BC. RGB value is (98,21,188). Sum of RGB (Red+Green+Blue) = 98+21+188=307 (40% of max value = 765). Red value is 98 (38.67% from 255 or 31.92% from 307); Green value is 21 (8.59% from 255 or 6.84% from 307); Blue value is 188 (73.83% from 255 or 61.24% from 307); Max value from RGB is 188 - color contains mainly: blue. Hex color #6215BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6215BC is #9DEA43. Grayscale: #3E3E3E. Windows color (decimal): -10349124 or 12326242. OLE color: 12326242.
HSL color Cylindrical-coordinate representation of color #6215BC: hue angle of 267.66º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6215BC is Cyan = 0.48, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 98 | 21 | 188 | - |
| CMYK | 0.48 | 0.89 | 0 | 0.26 |
| HSL | 267.66º | 0.8% | 0.41% | - |
| HSV(B) | 267.66º | 0.89% | 0.74% | - |
| XYZ | 14.38 | 6.76 | 48.12 | - |
| YUV | 63.06 | 198.51 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 21 | 188 | 0.48 | 0.89 | 0 | 0.26 | 267.66 | 0.8 | 0.41 |
| Hex | 62 | 15 | BC | 30 | 59 | 0 | 1A | 10C | 50 | 29 |
| Octal | 142 | 25 | 274 | 60 | 131 | 0 | 32 | 414 | 120 | 51 |
| Binary | 1100010 | 10101 | 10111100 | 110000 | 1011001 | 0 | 11010 | 100001100 | 1010000 | 101001 |
Color Harmonies of #6215BC
Complementary color
Monochromatic Colors of #6215BC
Black with #6215BC
Text Example
Text Example
White with #6215BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6215BC; }
p { color: rgb(98,21,188); }
H1.HeaderClassName
{
color: #6215BC;
}
.AnyTagClassName
{
color: #6215BC;
}
</style>
background-color css
<style>
a { background-color: #6215BC; }
a { background-color: rgb(98,21,188); }
div.DivClassName
{
background-color: #6215BC;
}
.BgClassName
{
background-color: #6215BC;
}
</style>
border-color css
<style>
span { border-color: #6215BC; }
span { border-color: rgb(98,21,188); }
td.TdClassName
{
border-color: #6215BC;
}
.TagClassName
{
border-color: #6215BC;
}
</style>