Shades of Purple Heart #6910D7
Tints of Purple Heart #6910D7
RGB
CMYK
RGB Variations
Color information
#6910D7 (or 0x6910D7) is known color: Purple Heart. HEX triplet: 69, 10 and D7. RGB value is (105,16,215). Sum of RGB (Red+Green+Blue) = 105+16+215=336 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.25% from 336); Green value is 16 (6.64% from 255 or 4.76% from 336); Blue value is 215 (84.38% from 255 or 63.99% from 336); Max value from RGB is 215 - color contains mainly: blue. Hex color #6910D7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6910D7 is #96EF28. Grayscale: #404040. Windows color (decimal): -9891625 or 14094441. OLE color: 14094441.
HSL color Cylindrical-coordinate representation of color #6910D7: hue angle of 266.83º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6910D7 is Cyan = 0.51, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 105 | 16 | 215 | - |
| CMYK | 0.51 | 0.93 | 0 | 0.16 |
| HSL | 266.83º | 0.86% | 0.45% | - |
| HSV(B) | 266.83º | 0.93% | 0.84% | - |
| XYZ | 18.28 | 8.28 | 64.92 | - |
| YUV | 65.3 | 212.49 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 16 | 215 | 0.51 | 0.93 | 0 | 0.16 | 266.83 | 0.86 | 0.45 |
| Hex | 69 | 10 | D7 | 33 | 5D | 0 | 10 | 10B | 56 | 2D |
| Octal | 151 | 20 | 327 | 63 | 135 | 0 | 20 | 413 | 126 | 55 |
| Binary | 1101001 | 10000 | 11010111 | 110011 | 1011101 | 0 | 10000 | 100001011 | 1010110 | 101101 |
Color Harmonies of #6910D7
Complementary color
Monochromatic Colors of #6910D7
Black with #6910D7
Text Example
Text Example
White with #6910D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6910D7; }
p { color: rgb(105,16,215); }
H1.HeaderClassName
{
color: #6910D7;
}
.AnyTagClassName
{
color: #6910D7;
}
</style>
background-color css
<style>
a { background-color: #6910D7; }
a { background-color: rgb(105,16,215); }
div.DivClassName
{
background-color: #6910D7;
}
.BgClassName
{
background-color: #6910D7;
}
</style>
border-color css
<style>
span { border-color: #6910D7; }
span { border-color: rgb(105,16,215); }
td.TdClassName
{
border-color: #6910D7;
}
.TagClassName
{
border-color: #6910D7;
}
</style>