Shades of Purple Heart #6B16DC
Tints of Purple Heart #6B16DC
RGB
CMYK
RGB Variations
Color information
#6B16DC (or 0x6B16DC) is known color: Purple Heart. HEX triplet: 6B, 16 and DC. RGB value is (107,22,220). Sum of RGB (Red+Green+Blue) = 107+22+220=349 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.66% from 349); Green value is 22 (8.98% from 255 or 6.30% from 349); Blue value is 220 (86.33% from 255 or 63.04% from 349); Max value from RGB is 220 - color contains mainly: blue. Hex color #6B16DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6B16DC is #94E923. Grayscale: #454545. Windows color (decimal): -9759012 or 14423659. OLE color: 14423659.
HSL color Cylindrical-coordinate representation of color #6B16DC: hue angle of 265.76º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6B16DC is Cyan = 0.51, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 107 | 22 | 220 | - |
| CMYK | 0.51 | 0.9 | 0 | 0.14 |
| HSL | 265.76º | 0.82% | 0.47% | - |
| HSV(B) | 265.76º | 0.9% | 0.86% | - |
| XYZ | 19.27 | 8.87 | 68.41 | - |
| YUV | 69.99 | 212.66 | 154.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 22 | 220 | 0.51 | 0.9 | 0 | 0.14 | 265.76 | 0.82 | 0.47 |
| Hex | 6B | 16 | DC | 33 | 5A | 0 | E | 10A | 52 | 2F |
| Octal | 153 | 26 | 334 | 63 | 132 | 0 | 16 | 412 | 122 | 57 |
| Binary | 1101011 | 10110 | 11011100 | 110011 | 1011010 | 0 | 1110 | 100001010 | 1010010 | 101111 |
Color Harmonies of #6B16DC
Complementary color
Monochromatic Colors of #6B16DC
Black with #6B16DC
Text Example
Text Example
White with #6B16DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B16DC; }
p { color: rgb(107,22,220); }
H1.HeaderClassName
{
color: #6B16DC;
}
.AnyTagClassName
{
color: #6B16DC;
}
</style>
background-color css
<style>
a { background-color: #6B16DC; }
a { background-color: rgb(107,22,220); }
div.DivClassName
{
background-color: #6B16DC;
}
.BgClassName
{
background-color: #6B16DC;
}
</style>
border-color css
<style>
span { border-color: #6B16DC; }
span { border-color: rgb(107,22,220); }
td.TdClassName
{
border-color: #6B16DC;
}
.TagClassName
{
border-color: #6B16DC;
}
</style>