Shades of Blue Violet #7F31CC
Tints of Blue Violet #7F31CC
RGB
CMYK
RGB Variations
Color information
#7F31CC (or 0x7F31CC) is known color: Blue Violet. HEX triplet: 7F, 31 and CC. RGB value is (127,49,204). Sum of RGB (Red+Green+Blue) = 127+49+204=380 (50% of max value = 765). Red value is 127 (50% from 255 or 33.42% from 380); Green value is 49 (19.53% from 255 or 12.89% from 380); Blue value is 204 (80.08% from 255 or 53.68% from 380); Max value from RGB is 204 - color contains mainly: blue. Hex color #7F31CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F31CC is #80CE33. Grayscale: #595959. Windows color (decimal): -8441396 or 13382015. OLE color: 13382015.
HSL color Cylindrical-coordinate representation of color #7F31CC: hue angle of 270.19º 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 #7F31CC is Cyan = 0.38, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 127 | 49 | 204 | - |
| CMYK | 0.38 | 0.76 | 0 | 0.2 |
| HSL | 270.19º | 0.61% | 0.5% | - |
| HSV(B) | 270.19º | 0.76% | 0.8% | - |
| XYZ | 20.75 | 11.07 | 58.17 | - |
| YUV | 89.99 | 192.34 | 154.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 49 | 204 | 0.38 | 0.76 | 0 | 0.2 | 270.19 | 0.61 | 0.5 |
| Hex | 7F | 31 | CC | 26 | 4C | 0 | 14 | 10E | 3D | 32 |
| Octal | 177 | 61 | 314 | 46 | 114 | 0 | 24 | 416 | 75 | 62 |
| Binary | 1111111 | 110001 | 11001100 | 100110 | 1001100 | 0 | 10100 | 100001110 | 111101 | 110010 |
Color Harmonies of #7F31CC
Complementary color
Monochromatic Colors of #7F31CC
Black with #7F31CC
Text Example
Text Example
White with #7F31CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F31CC; }
p { color: rgb(127,49,204); }
H1.HeaderClassName
{
color: #7F31CC;
}
.AnyTagClassName
{
color: #7F31CC;
}
</style>
background-color css
<style>
a { background-color: #7F31CC; }
a { background-color: rgb(127,49,204); }
div.DivClassName
{
background-color: #7F31CC;
}
.BgClassName
{
background-color: #7F31CC;
}
</style>
border-color css
<style>
span { border-color: #7F31CC; }
span { border-color: rgb(127,49,204); }
td.TdClassName
{
border-color: #7F31CC;
}
.TagClassName
{
border-color: #7F31CC;
}
</style>