Shades of Blue Violet #7F2AFE
Tints of Blue Violet #7F2AFE
RGB
CMYK
RGB Variations
Color information
#7F2AFE (or 0x7F2AFE) is known color: Blue Violet. HEX triplet: 7F, 2A and FE. RGB value is (127,42,254). Sum of RGB (Red+Green+Blue) = 127+42+254=423 (56% of max value = 765). Red value is 127 (50% from 255 or 30.02% from 423); Green value is 42 (16.80% from 255 or 9.93% from 423); Blue value is 254 (99.61% from 255 or 60.05% from 423); Max value from RGB is 254 - color contains mainly: blue. Hex color #7F2AFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7F2AFE is #80D501. Grayscale: #5A5A5A. Windows color (decimal): -8443138 or 16657023. OLE color: 16657023.
HSL color Cylindrical-coordinate representation of color #7F2AFE: hue angle of 264.06º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7F2AFE is Cyan = 0.50, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 127 | 42 | 254 | - |
| CMYK | 0.50 | 0.83 | 0 | 0.00 |
| HSL | 264.06º | 0.99% | 0.58% | - |
| HSV(B) | 264.06º | 0.83% | 1% | - |
| XYZ | 27.47 | 13.32 | 94.89 | - |
| YUV | 91.58 | 219.66 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 42 | 254 | 0.50 | 0.83 | 0 | 0.00 | 264.06 | 0.99 | 0.58 |
| Hex | 7F | 2A | FE | 32 | 53 | 0 | 0 | 108 | 63 | 3A |
| Octal | 177 | 52 | 376 | 62 | 123 | 0 | 0 | 410 | 143 | 72 |
| Binary | 1111111 | 101010 | 11111110 | 110010 | 1010011 | 0 | 0 | 100001000 | 1100011 | 111010 |
Color Harmonies of #7F2AFE
Complementary color
Monochromatic Colors of #7F2AFE
Black with #7F2AFE
Text Example
Text Example
White with #7F2AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2AFE; }
p { color: rgb(127,42,254); }
H1.HeaderClassName
{
color: #7F2AFE;
}
.AnyTagClassName
{
color: #7F2AFE;
}
</style>
background-color css
<style>
a { background-color: #7F2AFE; }
a { background-color: rgb(127,42,254); }
div.DivClassName
{
background-color: #7F2AFE;
}
.BgClassName
{
background-color: #7F2AFE;
}
</style>
border-color css
<style>
span { border-color: #7F2AFE; }
span { border-color: rgb(127,42,254); }
td.TdClassName
{
border-color: #7F2AFE;
}
.TagClassName
{
border-color: #7F2AFE;
}
</style>