Shades of Blue Violet #7F18CE
Tints of Blue Violet #7F18CE
RGB
CMYK
RGB Variations
Color information
#7F18CE (or 0x7F18CE) is known color: Blue Violet. HEX triplet: 7F, 18 and CE. RGB value is (127,24,206). Sum of RGB (Red+Green+Blue) = 127+24+206=357 (47% of max value = 765). Red value is 127 (50% from 255 or 35.57% from 357); Green value is 24 (9.77% from 255 or 6.72% from 357); Blue value is 206 (80.86% from 255 or 57.70% from 357); Max value from RGB is 206 - color contains mainly: blue. Hex color #7F18CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F18CE is #80E731. Grayscale: #4A4A4A. Windows color (decimal): -8447794 or 13506687. OLE color: 13506687.
HSL color Cylindrical-coordinate representation of color #7F18CE: hue angle of 273.96º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7F18CE is Cyan = 0.38, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 127 | 24 | 206 | - |
| CMYK | 0.38 | 0.88 | 0 | 0.19 |
| HSL | 273.96º | 0.79% | 0.45% | - |
| HSV(B) | 273.96º | 0.88% | 0.81% | - |
| XYZ | 20.22 | 9.62 | 59.18 | - |
| YUV | 75.55 | 201.62 | 164.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 24 | 206 | 0.38 | 0.88 | 0 | 0.19 | 273.96 | 0.79 | 0.45 |
| Hex | 7F | 18 | CE | 26 | 58 | 0 | 13 | 112 | 4F | 2D |
| Octal | 177 | 30 | 316 | 46 | 130 | 0 | 23 | 422 | 117 | 55 |
| Binary | 1111111 | 11000 | 11001110 | 100110 | 1011000 | 0 | 10011 | 100010010 | 1001111 | 101101 |
Color Harmonies of #7F18CE
Complementary color
Monochromatic Colors of #7F18CE
Black with #7F18CE
Text Example
Text Example
White with #7F18CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F18CE; }
p { color: rgb(127,24,206); }
H1.HeaderClassName
{
color: #7F18CE;
}
.AnyTagClassName
{
color: #7F18CE;
}
</style>
background-color css
<style>
a { background-color: #7F18CE; }
a { background-color: rgb(127,24,206); }
div.DivClassName
{
background-color: #7F18CE;
}
.BgClassName
{
background-color: #7F18CE;
}
</style>
border-color css
<style>
span { border-color: #7F18CE; }
span { border-color: rgb(127,24,206); }
td.TdClassName
{
border-color: #7F18CE;
}
.TagClassName
{
border-color: #7F18CE;
}
</style>