Shades of Blue Violet #7F30CE
Tints of Blue Violet #7F30CE
RGB
CMYK
RGB Variations
Color information
#7F30CE (or 0x7F30CE) is known color: Blue Violet. HEX triplet: 7F, 30 and CE. RGB value is (127,48,206). Sum of RGB (Red+Green+Blue) = 127+48+206=381 (50% of max value = 765). Red value is 127 (50% from 255 or 33.33% from 381); Green value is 48 (19.14% from 255 or 12.60% from 381); Blue value is 206 (80.86% from 255 or 54.07% from 381); Max value from RGB is 206 - color contains mainly: blue. Hex color #7F30CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F30CE is #80CF31. Grayscale: #595959. Windows color (decimal): -8441650 or 13512831. OLE color: 13512831.
HSL color Cylindrical-coordinate representation of color #7F30CE: hue angle of 270º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7F30CE is Cyan = 0.38, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 127 | 48 | 206 | - |
| CMYK | 0.38 | 0.77 | 0 | 0.19 |
| HSL | 270º | 0.62% | 0.5% | - |
| HSV(B) | 270º | 0.77% | 0.81% | - |
| XYZ | 20.95 | 11.08 | 59.43 | - |
| YUV | 89.63 | 193.67 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 48 | 206 | 0.38 | 0.77 | 0 | 0.19 | 270 | 0.62 | 0.5 |
| Hex | 7F | 30 | CE | 26 | 4D | 0 | 13 | 10E | 3E | 32 |
| Octal | 177 | 60 | 316 | 46 | 115 | 0 | 23 | 416 | 76 | 62 |
| Binary | 1111111 | 110000 | 11001110 | 100110 | 1001101 | 0 | 10011 | 100001110 | 111110 | 110010 |
Color Harmonies of #7F30CE
Complementary color
Monochromatic Colors of #7F30CE
Black with #7F30CE
Text Example
Text Example
White with #7F30CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F30CE; }
p { color: rgb(127,48,206); }
H1.HeaderClassName
{
color: #7F30CE;
}
.AnyTagClassName
{
color: #7F30CE;
}
</style>
background-color css
<style>
a { background-color: #7F30CE; }
a { background-color: rgb(127,48,206); }
div.DivClassName
{
background-color: #7F30CE;
}
.BgClassName
{
background-color: #7F30CE;
}
</style>
border-color css
<style>
span { border-color: #7F30CE; }
span { border-color: rgb(127,48,206); }
td.TdClassName
{
border-color: #7F30CE;
}
.TagClassName
{
border-color: #7F30CE;
}
</style>