Shades of Blue Violet #7F43FE
Tints of Blue Violet #7F43FE
RGB
CMYK
RGB Variations
Color information
#7F43FE (or 0x7F43FE) is known color: Blue Violet. HEX triplet: 7F, 43 and FE. RGB value is (127,67,254). Sum of RGB (Red+Green+Blue) = 127+67+254=448 (59% of max value = 765). Red value is 127 (50% from 255 or 28.35% from 448); Green value is 67 (26.56% from 255 or 14.96% from 448); Blue value is 254 (99.61% from 255 or 56.70% from 448); Max value from RGB is 254 - color contains mainly: blue. Hex color #7F43FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7F43FE is #80BC01. Grayscale: #696969. Windows color (decimal): -8436738 or 16663423. OLE color: 16663423.
HSL color Cylindrical-coordinate representation of color #7F43FE: hue angle of 259.25º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7F43FE is Cyan = 0.50, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 127 | 67 | 254 | - |
| CMYK | 0.50 | 0.74 | 0 | 0.00 |
| HSL | 259.25º | 0.99% | 0.63% | - |
| HSV(B) | 259.25º | 0.74% | 1% | - |
| XYZ | 28.65 | 15.68 | 95.28 | - |
| YUV | 106.26 | 211.38 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 67 | 254 | 0.50 | 0.74 | 0 | 0.00 | 259.25 | 0.99 | 0.63 |
| Hex | 7F | 43 | FE | 32 | 4A | 0 | 0 | 103 | 63 | 3F |
| Octal | 177 | 103 | 376 | 62 | 112 | 0 | 0 | 403 | 143 | 77 |
| Binary | 1111111 | 1000011 | 11111110 | 110010 | 1001010 | 0 | 0 | 100000011 | 1100011 | 111111 |
Color Harmonies of #7F43FE
Complementary color
Monochromatic Colors of #7F43FE
Black with #7F43FE
Text Example
Text Example
White with #7F43FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F43FE; }
p { color: rgb(127,67,254); }
H1.HeaderClassName
{
color: #7F43FE;
}
.AnyTagClassName
{
color: #7F43FE;
}
</style>
background-color css
<style>
a { background-color: #7F43FE; }
a { background-color: rgb(127,67,254); }
div.DivClassName
{
background-color: #7F43FE;
}
.BgClassName
{
background-color: #7F43FE;
}
</style>
border-color css
<style>
span { border-color: #7F43FE; }
span { border-color: rgb(127,67,254); }
td.TdClassName
{
border-color: #7F43FE;
}
.TagClassName
{
border-color: #7F43FE;
}
</style>