Shades of Purple Heart #6911BC
Tints of Purple Heart #6911BC
RGB
CMYK
RGB Variations
Color information
#6911BC (or 0x6911BC) is known color: Purple Heart. HEX triplet: 69, 11 and BC. RGB value is (105,17,188). Sum of RGB (Red+Green+Blue) = 105+17+188=310 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.87% from 310); Green value is 17 (7.03% from 255 or 5.48% from 310); Blue value is 188 (73.83% from 255 or 60.65% from 310); Max value from RGB is 188 - color contains mainly: blue. Hex color #6911BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6911BC is #96EE43. Grayscale: #3E3E3E. Windows color (decimal): -9891396 or 12325225. OLE color: 12325225.
HSL color Cylindrical-coordinate representation of color #6911BC: hue angle of 270.88º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6911BC is Cyan = 0.44, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 105 | 17 | 188 | - |
| CMYK | 0.44 | 0.91 | 0 | 0.26 |
| HSL | 270.88º | 0.83% | 0.4% | - |
| HSV(B) | 270.88º | 0.91% | 0.74% | - |
| XYZ | 15.1 | 7.03 | 48.14 | - |
| YUV | 62.81 | 198.65 | 158.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 17 | 188 | 0.44 | 0.91 | 0 | 0.26 | 270.88 | 0.83 | 0.4 |
| Hex | 69 | 11 | BC | 2C | 5B | 0 | 1A | 10F | 53 | 28 |
| Octal | 151 | 21 | 274 | 54 | 133 | 0 | 32 | 417 | 123 | 50 |
| Binary | 1101001 | 10001 | 10111100 | 101100 | 1011011 | 0 | 11010 | 100001111 | 1010011 | 101000 |
Color Harmonies of #6911BC
Complementary color
Monochromatic Colors of #6911BC
Black with #6911BC
Text Example
Text Example
White with #6911BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6911BC; }
p { color: rgb(105,17,188); }
H1.HeaderClassName
{
color: #6911BC;
}
.AnyTagClassName
{
color: #6911BC;
}
</style>
background-color css
<style>
a { background-color: #6911BC; }
a { background-color: rgb(105,17,188); }
div.DivClassName
{
background-color: #6911BC;
}
.BgClassName
{
background-color: #6911BC;
}
</style>
border-color css
<style>
span { border-color: #6911BC; }
span { border-color: rgb(105,17,188); }
td.TdClassName
{
border-color: #6911BC;
}
.TagClassName
{
border-color: #6911BC;
}
</style>