Shades of Purple Heart #6B31D9
Tints of Purple Heart #6B31D9
RGB
CMYK
RGB Variations
Color information
#6B31D9 (or 0x6B31D9) is known color: Purple Heart. HEX triplet: 6B, 31 and D9. RGB value is (107,49,217). Sum of RGB (Red+Green+Blue) = 107+49+217=373 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.69% from 373); Green value is 49 (19.53% from 255 or 13.14% from 373); Blue value is 217 (85.16% from 255 or 58.18% from 373); Max value from RGB is 217 - color contains mainly: blue. Hex color #6B31D9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B31D9 is #94CE26. Grayscale: #545454. Windows color (decimal): -9752103 or 14233963. OLE color: 14233963.
HSL color Cylindrical-coordinate representation of color #6B31D9: hue angle of 260.71º 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 #6B31D9 is Cyan = 0.51, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 107 | 49 | 217 | - |
| CMYK | 0.51 | 0.77 | 0 | 0.15 |
| HSL | 260.71º | 0.69% | 0.52% | - |
| HSV(B) | 260.71º | 0.77% | 0.85% | - |
| XYZ | 19.69 | 10.33 | 66.6 | - |
| YUV | 85.49 | 202.22 | 143.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 49 | 217 | 0.51 | 0.77 | 0 | 0.15 | 260.71 | 0.69 | 0.52 |
| Hex | 6B | 31 | D9 | 33 | 4D | 0 | F | 105 | 45 | 34 |
| Octal | 153 | 61 | 331 | 63 | 115 | 0 | 17 | 405 | 105 | 64 |
| Binary | 1101011 | 110001 | 11011001 | 110011 | 1001101 | 0 | 1111 | 100000101 | 1000101 | 110100 |
Color Harmonies of #6B31D9
Complementary color
Monochromatic Colors of #6B31D9
Black with #6B31D9
Text Example
Text Example
White with #6B31D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B31D9; }
p { color: rgb(107,49,217); }
H1.HeaderClassName
{
color: #6B31D9;
}
.AnyTagClassName
{
color: #6B31D9;
}
</style>
background-color css
<style>
a { background-color: #6B31D9; }
a { background-color: rgb(107,49,217); }
div.DivClassName
{
background-color: #6B31D9;
}
.BgClassName
{
background-color: #6B31D9;
}
</style>
border-color css
<style>
span { border-color: #6B31D9; }
span { border-color: rgb(107,49,217); }
td.TdClassName
{
border-color: #6B31D9;
}
.TagClassName
{
border-color: #6B31D9;
}
</style>