Shades of Blue Violet #7F1ECB
Tints of Blue Violet #7F1ECB
RGB
CMYK
RGB Variations
Color information
#7F1ECB (or 0x7F1ECB) is known color: Blue Violet. HEX triplet: 7F, 1E and CB. RGB value is (127,30,203). Sum of RGB (Red+Green+Blue) = 127+30+203=360 (47% of max value = 765). Red value is 127 (50% from 255 or 35.28% from 360); Green value is 30 (12.11% from 255 or 8.33% from 360); Blue value is 203 (79.69% from 255 or 56.39% from 360); Max value from RGB is 203 - color contains mainly: blue. Hex color #7F1ECB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F1ECB is #80E134. Grayscale: #4E4E4E. Windows color (decimal): -8446261 or 13311615. OLE color: 13311615.
HSL color Cylindrical-coordinate representation of color #7F1ECB: hue angle of 273.64º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7F1ECB is Cyan = 0.37, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 127 | 30 | 203 | - |
| CMYK | 0.37 | 0.85 | 0 | 0.20 |
| HSL | 273.64º | 0.74% | 0.46% | - |
| HSV(B) | 273.64º | 0.85% | 0.8% | - |
| XYZ | 20 | 9.75 | 57.33 | - |
| YUV | 78.73 | 198.14 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 30 | 203 | 0.37 | 0.85 | 0 | 0.20 | 273.64 | 0.74 | 0.46 |
| Hex | 7F | 1E | CB | 25 | 55 | 0 | 14 | 112 | 4A | 2E |
| Octal | 177 | 36 | 313 | 45 | 125 | 0 | 24 | 422 | 112 | 56 |
| Binary | 1111111 | 11110 | 11001011 | 100101 | 1010101 | 0 | 10100 | 100010010 | 1001010 | 101110 |
Color Harmonies of #7F1ECB
Complementary color
Monochromatic Colors of #7F1ECB
Black with #7F1ECB
Text Example
Text Example
White with #7F1ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F1ECB; }
p { color: rgb(127,30,203); }
H1.HeaderClassName
{
color: #7F1ECB;
}
.AnyTagClassName
{
color: #7F1ECB;
}
</style>
background-color css
<style>
a { background-color: #7F1ECB; }
a { background-color: rgb(127,30,203); }
div.DivClassName
{
background-color: #7F1ECB;
}
.BgClassName
{
background-color: #7F1ECB;
}
</style>
border-color css
<style>
span { border-color: #7F1ECB; }
span { border-color: rgb(127,30,203); }
td.TdClassName
{
border-color: #7F1ECB;
}
.TagClassName
{
border-color: #7F1ECB;
}
</style>