Shades of Purple Heart #6B31D6
Tints of Purple Heart #6B31D6
RGB
CMYK
RGB Variations
Color information
#6B31D6 (or 0x6B31D6) is known color: Purple Heart. HEX triplet: 6B, 31 and D6. RGB value is (107,49,214). Sum of RGB (Red+Green+Blue) = 107+49+214=370 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.92% from 370); Green value is 49 (19.53% from 255 or 13.24% from 370); Blue value is 214 (83.98% from 255 or 57.84% from 370); Max value from RGB is 214 - color contains mainly: blue. Hex color #6B31D6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B31D6 is #94CE29. Grayscale: #545454. Windows color (decimal): -9752106 or 14037355. OLE color: 14037355.
HSL color Cylindrical-coordinate representation of color #6B31D6: hue angle of 261.09º 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 #6B31D6 is Cyan = 0.50, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 107 | 49 | 214 | - |
| CMYK | 0.50 | 0.77 | 0 | 0.16 |
| HSL | 261.09º | 0.67% | 0.52% | - |
| HSV(B) | 261.09º | 0.77% | 0.84% | - |
| XYZ | 19.3 | 10.18 | 64.57 | - |
| YUV | 85.15 | 200.72 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 49 | 214 | 0.50 | 0.77 | 0 | 0.16 | 261.09 | 0.67 | 0.52 |
| Hex | 6B | 31 | D6 | 32 | 4D | 0 | 10 | 105 | 43 | 34 |
| Octal | 153 | 61 | 326 | 62 | 115 | 0 | 20 | 405 | 103 | 64 |
| Binary | 1101011 | 110001 | 11010110 | 110010 | 1001101 | 0 | 10000 | 100000101 | 1000011 | 110100 |
Color Harmonies of #6B31D6
Complementary color
Monochromatic Colors of #6B31D6
Black with #6B31D6
Text Example
Text Example
White with #6B31D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B31D6; }
p { color: rgb(107,49,214); }
H1.HeaderClassName
{
color: #6B31D6;
}
.AnyTagClassName
{
color: #6B31D6;
}
</style>
background-color css
<style>
a { background-color: #6B31D6; }
a { background-color: rgb(107,49,214); }
div.DivClassName
{
background-color: #6B31D6;
}
.BgClassName
{
background-color: #6B31D6;
}
</style>
border-color css
<style>
span { border-color: #6B31D6; }
span { border-color: rgb(107,49,214); }
td.TdClassName
{
border-color: #6B31D6;
}
.TagClassName
{
border-color: #6B31D6;
}
</style>