Shades of Purple Heart #6931D9
Tints of Purple Heart #6931D9
RGB
CMYK
RGB Variations
Color information
#6931D9 (or 0x6931D9) is known color: Purple Heart. HEX triplet: 69, 31 and D9. RGB value is (105,49,217). Sum of RGB (Red+Green+Blue) = 105+49+217=371 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.30% from 371); Green value is 49 (19.53% from 255 or 13.21% from 371); Blue value is 217 (85.16% from 255 or 58.49% from 371); Max value from RGB is 217 - color contains mainly: blue. Hex color #6931D9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6931D9 is #96CE26. Grayscale: #545454. Windows color (decimal): -9883175 or 14233961. OLE color: 14233961.
HSL color Cylindrical-coordinate representation of color #6931D9: hue angle of 260º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6931D9 is Cyan = 0.52, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 105 | 49 | 217 | - |
| CMYK | 0.52 | 0.77 | 0 | 0.15 |
| HSL | 260º | 0.69% | 0.52% | - |
| HSV(B) | 260º | 0.77% | 0.85% | - |
| XYZ | 19.45 | 10.21 | 66.59 | - |
| YUV | 84.9 | 202.55 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 49 | 217 | 0.52 | 0.77 | 0 | 0.15 | 260 | 0.69 | 0.52 |
| Hex | 69 | 31 | D9 | 34 | 4D | 0 | F | 104 | 45 | 34 |
| Octal | 151 | 61 | 331 | 64 | 115 | 0 | 17 | 404 | 105 | 64 |
| Binary | 1101001 | 110001 | 11011001 | 110100 | 1001101 | 0 | 1111 | 100000100 | 1000101 | 110100 |
Color Harmonies of #6931D9
Complementary color
Monochromatic Colors of #6931D9
Black with #6931D9
Text Example
Text Example
White with #6931D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6931D9; }
p { color: rgb(105,49,217); }
H1.HeaderClassName
{
color: #6931D9;
}
.AnyTagClassName
{
color: #6931D9;
}
</style>
background-color css
<style>
a { background-color: #6931D9; }
a { background-color: rgb(105,49,217); }
div.DivClassName
{
background-color: #6931D9;
}
.BgClassName
{
background-color: #6931D9;
}
</style>
border-color css
<style>
span { border-color: #6931D9; }
span { border-color: rgb(105,49,217); }
td.TdClassName
{
border-color: #6931D9;
}
.TagClassName
{
border-color: #6931D9;
}
</style>