Shades of Purple Heart #6F31CF
Tints of Purple Heart #6F31CF
RGB
CMYK
RGB Variations
Color information
#6F31CF (or 0x6F31CF) is known color: Purple Heart. HEX triplet: 6F, 31 and CF. RGB value is (111,49,207). Sum of RGB (Red+Green+Blue) = 111+49+207=367 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.25% from 367); Green value is 49 (19.53% from 255 or 13.35% from 367); Blue value is 207 (81.25% from 255 or 56.40% from 367); Max value from RGB is 207 - color contains mainly: blue. Hex color #6F31CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F31CF is #90CE30. Grayscale: #545454. Windows color (decimal): -9489969 or 13578607. OLE color: 13578607.
HSL color Cylindrical-coordinate representation of color #6F31CF: hue angle of 263.54º 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 #6F31CF is Cyan = 0.46, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 111 | 49 | 207 | - |
| CMYK | 0.46 | 0.76 | 0 | 0.19 |
| HSL | 263.54º | 0.62% | 0.5% | - |
| HSV(B) | 263.54º | 0.76% | 0.81% | - |
| XYZ | 18.92 | 10.08 | 59.98 | - |
| YUV | 85.55 | 196.54 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 49 | 207 | 0.46 | 0.76 | 0 | 0.19 | 263.54 | 0.62 | 0.5 |
| Hex | 6F | 31 | CF | 2E | 4C | 0 | 13 | 108 | 3E | 32 |
| Octal | 157 | 61 | 317 | 56 | 114 | 0 | 23 | 410 | 76 | 62 |
| Binary | 1101111 | 110001 | 11001111 | 101110 | 1001100 | 0 | 10011 | 100001000 | 111110 | 110010 |
Color Harmonies of #6F31CF
Complementary color
Monochromatic Colors of #6F31CF
Black with #6F31CF
Text Example
Text Example
White with #6F31CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F31CF; }
p { color: rgb(111,49,207); }
H1.HeaderClassName
{
color: #6F31CF;
}
.AnyTagClassName
{
color: #6F31CF;
}
</style>
background-color css
<style>
a { background-color: #6F31CF; }
a { background-color: rgb(111,49,207); }
div.DivClassName
{
background-color: #6F31CF;
}
.BgClassName
{
background-color: #6F31CF;
}
</style>
border-color css
<style>
span { border-color: #6F31CF; }
span { border-color: rgb(111,49,207); }
td.TdClassName
{
border-color: #6F31CF;
}
.TagClassName
{
border-color: #6F31CF;
}
</style>