Shades of Purple Heart #6917BA
Tints of Purple Heart #6917BA
RGB
CMYK
RGB Variations
Color information
#6917BA (or 0x6917BA) is known color: Purple Heart. HEX triplet: 69, 17 and BA. RGB value is (105,23,186). Sum of RGB (Red+Green+Blue) = 105+23+186=314 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.44% from 314); Green value is 23 (9.38% from 255 or 7.32% from 314); Blue value is 186 (73.05% from 255 or 59.24% from 314); Max value from RGB is 186 - color contains mainly: blue. Hex color #6917BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6917BA is #96E845. Grayscale: #414141. Windows color (decimal): -9889862 or 12195689. OLE color: 12195689.
HSL color Cylindrical-coordinate representation of color #6917BA: hue angle of 270.18º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6917BA is Cyan = 0.44, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 105 | 23 | 186 | - |
| CMYK | 0.44 | 0.88 | 0 | 0.27 |
| HSL | 270.18º | 0.78% | 0.41% | - |
| HSV(B) | 270.18º | 0.88% | 0.73% | - |
| XYZ | 15 | 7.16 | 47.05 | - |
| YUV | 66.1 | 195.67 | 155.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 23 | 186 | 0.44 | 0.88 | 0 | 0.27 | 270.18 | 0.78 | 0.41 |
| Hex | 69 | 17 | BA | 2C | 58 | 0 | 1B | 10E | 4E | 29 |
| Octal | 151 | 27 | 272 | 54 | 130 | 0 | 33 | 416 | 116 | 51 |
| Binary | 1101001 | 10111 | 10111010 | 101100 | 1011000 | 0 | 11011 | 100001110 | 1001110 | 101001 |
Color Harmonies of #6917BA
Complementary color
Monochromatic Colors of #6917BA
Black with #6917BA
Text Example
Text Example
White with #6917BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6917BA; }
p { color: rgb(105,23,186); }
H1.HeaderClassName
{
color: #6917BA;
}
.AnyTagClassName
{
color: #6917BA;
}
</style>
background-color css
<style>
a { background-color: #6917BA; }
a { background-color: rgb(105,23,186); }
div.DivClassName
{
background-color: #6917BA;
}
.BgClassName
{
background-color: #6917BA;
}
</style>
border-color css
<style>
span { border-color: #6917BA; }
span { border-color: rgb(105,23,186); }
td.TdClassName
{
border-color: #6917BA;
}
.TagClassName
{
border-color: #6917BA;
}
</style>