Shades of Purple Heart #6919C0
Tints of Purple Heart #6919C0
RGB
CMYK
RGB Variations
Color information
#6919C0 (or 0x6919C0) is known color: Purple Heart. HEX triplet: 69, 19 and C0. RGB value is (105,25,192). Sum of RGB (Red+Green+Blue) = 105+25+192=322 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.61% from 322); Green value is 25 (10.16% from 255 or 7.76% from 322); Blue value is 192 (75.39% from 255 or 59.63% from 322); Max value from RGB is 192 - color contains mainly: blue. Hex color #6919C0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6919C0 is #96E63F. Grayscale: #434343. Windows color (decimal): -9889344 or 12589417. OLE color: 12589417.
HSL color Cylindrical-coordinate representation of color #6919C0: hue angle of 268.74º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6919C0 is Cyan = 0.45, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 105 | 25 | 192 | - |
| CMYK | 0.45 | 0.87 | 0 | 0.25 |
| HSL | 268.74º | 0.77% | 0.43% | - |
| HSV(B) | 268.74º | 0.87% | 0.75% | - |
| XYZ | 15.69 | 7.5 | 50.49 | - |
| YUV | 67.96 | 198 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 25 | 192 | 0.45 | 0.87 | 0 | 0.25 | 268.74 | 0.77 | 0.43 |
| Hex | 69 | 19 | C0 | 2D | 57 | 0 | 19 | 10D | 4D | 2B |
| Octal | 151 | 31 | 300 | 55 | 127 | 0 | 31 | 415 | 115 | 53 |
| Binary | 1101001 | 11001 | 11000000 | 101101 | 1010111 | 0 | 11001 | 100001101 | 1001101 | 101011 |
Color Harmonies of #6919C0
Complementary color
Monochromatic Colors of #6919C0
Black with #6919C0
Text Example
Text Example
White with #6919C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6919C0; }
p { color: rgb(105,25,192); }
H1.HeaderClassName
{
color: #6919C0;
}
.AnyTagClassName
{
color: #6919C0;
}
</style>
background-color css
<style>
a { background-color: #6919C0; }
a { background-color: rgb(105,25,192); }
div.DivClassName
{
background-color: #6919C0;
}
.BgClassName
{
background-color: #6919C0;
}
</style>
border-color css
<style>
span { border-color: #6919C0; }
span { border-color: rgb(105,25,192); }
td.TdClassName
{
border-color: #6919C0;
}
.TagClassName
{
border-color: #6919C0;
}
</style>