Shades of Purple Heart #6B31CF
Tints of Purple Heart #6B31CF
RGB
CMYK
RGB Variations
Color information
#6B31CF (or 0x6B31CF) is known color: Purple Heart. HEX triplet: 6B, 31 and CF. RGB value is (107,49,207). Sum of RGB (Red+Green+Blue) = 107+49+207=363 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.48% from 363); Green value is 49 (19.53% from 255 or 13.50% from 363); Blue value is 207 (81.25% from 255 or 57.02% from 363); Max value from RGB is 207 - color contains mainly: blue. Hex color #6B31CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B31CF is #94CE30. Grayscale: #535353. Windows color (decimal): -9752113 or 13578603. OLE color: 13578603.
HSL color Cylindrical-coordinate representation of color #6B31CF: hue angle of 262.03º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6B31CF is Cyan = 0.48, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 107 | 49 | 207 | - |
| CMYK | 0.48 | 0.76 | 0 | 0.19 |
| HSL | 262.03º | 0.62% | 0.5% | - |
| HSV(B) | 262.03º | 0.76% | 0.81% | - |
| XYZ | 18.42 | 9.83 | 59.96 | - |
| YUV | 84.35 | 197.22 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 49 | 207 | 0.48 | 0.76 | 0 | 0.19 | 262.03 | 0.62 | 0.5 |
| Hex | 6B | 31 | CF | 30 | 4C | 0 | 13 | 106 | 3E | 32 |
| Octal | 153 | 61 | 317 | 60 | 114 | 0 | 23 | 406 | 76 | 62 |
| Binary | 1101011 | 110001 | 11001111 | 110000 | 1001100 | 0 | 10011 | 100000110 | 111110 | 110010 |
Color Harmonies of #6B31CF
Complementary color
Monochromatic Colors of #6B31CF
Black with #6B31CF
Text Example
Text Example
White with #6B31CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B31CF; }
p { color: rgb(107,49,207); }
H1.HeaderClassName
{
color: #6B31CF;
}
.AnyTagClassName
{
color: #6B31CF;
}
</style>
background-color css
<style>
a { background-color: #6B31CF; }
a { background-color: rgb(107,49,207); }
div.DivClassName
{
background-color: #6B31CF;
}
.BgClassName
{
background-color: #6B31CF;
}
</style>
border-color css
<style>
span { border-color: #6B31CF; }
span { border-color: rgb(107,49,207); }
td.TdClassName
{
border-color: #6B31CF;
}
.TagClassName
{
border-color: #6B31CF;
}
</style>