Shades of Purple Heart #6B16AB
Tints of Purple Heart #6B16AB
RGB
CMYK
RGB Variations
Color information
#6B16AB (or 0x6B16AB) is known color: Purple Heart. HEX triplet: 6B, 16 and AB. RGB value is (107,22,171). Sum of RGB (Red+Green+Blue) = 107+22+171=300 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.67% from 300); Green value is 22 (8.98% from 255 or 7.33% from 300); Blue value is 171 (67.19% from 255 or 57% from 300); Max value from RGB is 171 - color contains mainly: blue. Hex color #6B16AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B16AB is #94E954. Grayscale: #3F3F3F. Windows color (decimal): -9759061 or 11212395. OLE color: 11212395.
HSL color Cylindrical-coordinate representation of color #6B16AB: hue angle of 274.23º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6B16AB is Cyan = 0.37, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 107 | 22 | 171 | - |
| CMYK | 0.37 | 0.87 | 0 | 0.33 |
| HSL | 274.23º | 0.77% | 0.38% | - |
| HSV(B) | 274.23º | 0.87% | 0.67% | - |
| XYZ | 13.7 | 6.64 | 39.09 | - |
| YUV | 64.4 | 188.16 | 158.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 22 | 171 | 0.37 | 0.87 | 0 | 0.33 | 274.23 | 0.77 | 0.38 |
| Hex | 6B | 16 | AB | 25 | 57 | 0 | 21 | 112 | 4D | 26 |
| Octal | 153 | 26 | 253 | 45 | 127 | 0 | 41 | 422 | 115 | 46 |
| Binary | 1101011 | 10110 | 10101011 | 100101 | 1010111 | 0 | 100001 | 100010010 | 1001101 | 100110 |
Color Harmonies of #6B16AB
Complementary color
Monochromatic Colors of #6B16AB
Black with #6B16AB
Text Example
Text Example
White with #6B16AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B16AB; }
p { color: rgb(107,22,171); }
H1.HeaderClassName
{
color: #6B16AB;
}
.AnyTagClassName
{
color: #6B16AB;
}
</style>
background-color css
<style>
a { background-color: #6B16AB; }
a { background-color: rgb(107,22,171); }
div.DivClassName
{
background-color: #6B16AB;
}
.BgClassName
{
background-color: #6B16AB;
}
</style>
border-color css
<style>
span { border-color: #6B16AB; }
span { border-color: rgb(107,22,171); }
td.TdClassName
{
border-color: #6B16AB;
}
.TagClassName
{
border-color: #6B16AB;
}
</style>