Shades of Purple Heart #6F31CC
Tints of Purple Heart #6F31CC
RGB
CMYK
RGB Variations
Color information
#6F31CC (or 0x6F31CC) is known color: Purple Heart. HEX triplet: 6F, 31 and CC. RGB value is (111,49,204). Sum of RGB (Red+Green+Blue) = 111+49+204=364 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.49% from 364); Green value is 49 (19.53% from 255 or 13.46% from 364); Blue value is 204 (80.08% from 255 or 56.04% from 364); Max value from RGB is 204 - color contains mainly: blue. Hex color #6F31CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F31CC is #90CE33. Grayscale: #545454. Windows color (decimal): -9489972 or 13381999. OLE color: 13381999.
HSL color Cylindrical-coordinate representation of color #6F31CC: hue angle of 264º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6F31CC is Cyan = 0.46, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 111 | 49 | 204 | - |
| CMYK | 0.46 | 0.76 | 0 | 0.2 |
| HSL | 264º | 0.61% | 0.5% | - |
| HSV(B) | 264º | 0.76% | 0.8% | - |
| XYZ | 18.55 | 9.94 | 58.07 | - |
| YUV | 85.21 | 195.04 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 49 | 204 | 0.46 | 0.76 | 0 | 0.2 | 264 | 0.61 | 0.5 |
| Hex | 6F | 31 | CC | 2E | 4C | 0 | 14 | 108 | 3D | 32 |
| Octal | 157 | 61 | 314 | 56 | 114 | 0 | 24 | 410 | 75 | 62 |
| Binary | 1101111 | 110001 | 11001100 | 101110 | 1001100 | 0 | 10100 | 100001000 | 111101 | 110010 |
Color Harmonies of #6F31CC
Complementary color
Monochromatic Colors of #6F31CC
Black with #6F31CC
Text Example
Text Example
White with #6F31CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F31CC; }
p { color: rgb(111,49,204); }
H1.HeaderClassName
{
color: #6F31CC;
}
.AnyTagClassName
{
color: #6F31CC;
}
</style>
background-color css
<style>
a { background-color: #6F31CC; }
a { background-color: rgb(111,49,204); }
div.DivClassName
{
background-color: #6F31CC;
}
.BgClassName
{
background-color: #6F31CC;
}
</style>
border-color css
<style>
span { border-color: #6F31CC; }
span { border-color: rgb(111,49,204); }
td.TdClassName
{
border-color: #6F31CC;
}
.TagClassName
{
border-color: #6F31CC;
}
</style>