Shades of Purple Heart #6B16BC
Tints of Purple Heart #6B16BC
RGB
CMYK
RGB Variations
Color information
#6B16BC (or 0x6B16BC) is known color: Purple Heart. HEX triplet: 6B, 16 and BC. RGB value is (107,22,188). Sum of RGB (Red+Green+Blue) = 107+22+188=317 (41% of max value = 765). Red value is 107 (42.19% from 255 or 33.75% from 317); Green value is 22 (8.98% from 255 or 6.94% from 317); Blue value is 188 (73.83% from 255 or 59.31% from 317); Max value from RGB is 188 - color contains mainly: blue. Hex color #6B16BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6B16BC is #94E943. Grayscale: #414141. Windows color (decimal): -9759044 or 12326507. OLE color: 12326507.
HSL color Cylindrical-coordinate representation of color #6B16BC: hue angle of 270.72º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6B16BC is Cyan = 0.43, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 107 | 22 | 188 | - |
| CMYK | 0.43 | 0.88 | 0 | 0.26 |
| HSL | 270.72º | 0.79% | 0.41% | - |
| HSV(B) | 270.72º | 0.88% | 0.74% | - |
| XYZ | 15.43 | 7.33 | 48.18 | - |
| YUV | 66.34 | 196.66 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 22 | 188 | 0.43 | 0.88 | 0 | 0.26 | 270.72 | 0.79 | 0.41 |
| Hex | 6B | 16 | BC | 2B | 58 | 0 | 1A | 10F | 4F | 29 |
| Octal | 153 | 26 | 274 | 53 | 130 | 0 | 32 | 417 | 117 | 51 |
| Binary | 1101011 | 10110 | 10111100 | 101011 | 1011000 | 0 | 11010 | 100001111 | 1001111 | 101001 |
Color Harmonies of #6B16BC
Complementary color
Monochromatic Colors of #6B16BC
Black with #6B16BC
Text Example
Text Example
White with #6B16BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B16BC; }
p { color: rgb(107,22,188); }
H1.HeaderClassName
{
color: #6B16BC;
}
.AnyTagClassName
{
color: #6B16BC;
}
</style>
background-color css
<style>
a { background-color: #6B16BC; }
a { background-color: rgb(107,22,188); }
div.DivClassName
{
background-color: #6B16BC;
}
.BgClassName
{
background-color: #6B16BC;
}
</style>
border-color css
<style>
span { border-color: #6B16BC; }
span { border-color: rgb(107,22,188); }
td.TdClassName
{
border-color: #6B16BC;
}
.TagClassName
{
border-color: #6B16BC;
}
</style>