Shades of Purple Heart #6F31D6
Tints of Purple Heart #6F31D6
RGB
CMYK
RGB Variations
Color information
#6F31D6 (or 0x6F31D6) is known color: Purple Heart. HEX triplet: 6F, 31 and D6. RGB value is (111,49,214). Sum of RGB (Red+Green+Blue) = 111+49+214=374 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.68% from 374); Green value is 49 (19.53% from 255 or 13.10% from 374); Blue value is 214 (83.98% from 255 or 57.22% from 374); Max value from RGB is 214 - color contains mainly: blue. Hex color #6F31D6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F31D6 is #90CE29. Grayscale: #555555. Windows color (decimal): -9489962 or 14037359. OLE color: 14037359.
HSL color Cylindrical-coordinate representation of color #6F31D6: hue angle of 262.55º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6F31D6 is Cyan = 0.48, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 111 | 49 | 214 | - |
| CMYK | 0.48 | 0.77 | 0 | 0.16 |
| HSL | 262.55º | 0.67% | 0.52% | - |
| HSV(B) | 262.55º | 0.77% | 0.84% | - |
| XYZ | 19.79 | 10.43 | 64.59 | - |
| YUV | 86.35 | 200.04 | 145.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 49 | 214 | 0.48 | 0.77 | 0 | 0.16 | 262.55 | 0.67 | 0.52 |
| Hex | 6F | 31 | D6 | 30 | 4D | 0 | 10 | 107 | 43 | 34 |
| Octal | 157 | 61 | 326 | 60 | 115 | 0 | 20 | 407 | 103 | 64 |
| Binary | 1101111 | 110001 | 11010110 | 110000 | 1001101 | 0 | 10000 | 100000111 | 1000011 | 110100 |
Color Harmonies of #6F31D6
Complementary color
Monochromatic Colors of #6F31D6
Black with #6F31D6
Text Example
Text Example
White with #6F31D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F31D6; }
p { color: rgb(111,49,214); }
H1.HeaderClassName
{
color: #6F31D6;
}
.AnyTagClassName
{
color: #6F31D6;
}
</style>
background-color css
<style>
a { background-color: #6F31D6; }
a { background-color: rgb(111,49,214); }
div.DivClassName
{
background-color: #6F31D6;
}
.BgClassName
{
background-color: #6F31D6;
}
</style>
border-color css
<style>
span { border-color: #6F31D6; }
span { border-color: rgb(111,49,214); }
td.TdClassName
{
border-color: #6F31D6;
}
.TagClassName
{
border-color: #6F31D6;
}
</style>