Shades of Blue Violet #7F1CFE
Tints of Blue Violet #7F1CFE
RGB
CMYK
RGB Variations
Color information
#7F1CFE (or 0x7F1CFE) is known color: Blue Violet. HEX triplet: 7F, 1C and FE. RGB value is (127,28,254). Sum of RGB (Red+Green+Blue) = 127+28+254=409 (54% of max value = 765). Red value is 127 (50% from 255 or 31.05% from 409); Green value is 28 (11.33% from 255 or 6.85% from 409); Blue value is 254 (99.61% from 255 or 62.10% from 409); Max value from RGB is 254 - color contains mainly: blue. Hex color #7F1CFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7F1CFE is #80E301. Grayscale: #525252. Windows color (decimal): -8446722 or 16653439. OLE color: 16653439.
HSL color Cylindrical-coordinate representation of color #7F1CFE: hue angle of 266.28º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7F1CFE is Cyan = 0.50, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 127 | 28 | 254 | - |
| CMYK | 0.50 | 0.89 | 0 | 0.00 |
| HSL | 266.28º | 0.99% | 0.55% | - |
| HSV(B) | 266.28º | 0.89% | 1% | - |
| XYZ | 27.06 | 12.5 | 94.75 | - |
| YUV | 83.37 | 224.3 | 159.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 28 | 254 | 0.50 | 0.89 | 0 | 0.00 | 266.28 | 0.99 | 0.55 |
| Hex | 7F | 1C | FE | 32 | 59 | 0 | 0 | 10A | 63 | 37 |
| Octal | 177 | 34 | 376 | 62 | 131 | 0 | 0 | 412 | 143 | 67 |
| Binary | 1111111 | 11100 | 11111110 | 110010 | 1011001 | 0 | 0 | 100001010 | 1100011 | 110111 |
Color Harmonies of #7F1CFE
Complementary color
Monochromatic Colors of #7F1CFE
Black with #7F1CFE
Text Example
Text Example
White with #7F1CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F1CFE; }
p { color: rgb(127,28,254); }
H1.HeaderClassName
{
color: #7F1CFE;
}
.AnyTagClassName
{
color: #7F1CFE;
}
</style>
background-color css
<style>
a { background-color: #7F1CFE; }
a { background-color: rgb(127,28,254); }
div.DivClassName
{
background-color: #7F1CFE;
}
.BgClassName
{
background-color: #7F1CFE;
}
</style>
border-color css
<style>
span { border-color: #7F1CFE; }
span { border-color: rgb(127,28,254); }
td.TdClassName
{
border-color: #7F1CFE;
}
.TagClassName
{
border-color: #7F1CFE;
}
</style>