Shades of Blue Violet #7F42F9
Tints of Blue Violet #7F42F9
RGB
CMYK
RGB Variations
Color information
#7F42F9 (or 0x7F42F9) is known color: Blue Violet. HEX triplet: 7F, 42 and F9. RGB value is (127,66,249). Sum of RGB (Red+Green+Blue) = 127+66+249=442 (58% of max value = 765). Red value is 127 (50% from 255 or 28.73% from 442); Green value is 66 (26.17% from 255 or 14.93% from 442); Blue value is 249 (97.66% from 255 or 56.33% from 442); Max value from RGB is 249 - color contains mainly: blue. Hex color #7F42F9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7F42F9 is #80BD06. Grayscale: #686868. Windows color (decimal): -8436999 or 16335487. OLE color: 16335487.
HSL color Cylindrical-coordinate representation of color #7F42F9: hue angle of 260º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7F42F9 is Cyan = 0.49, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 127 | 66 | 249 | - |
| CMYK | 0.49 | 0.73 | 0 | 0.02 |
| HSL | 260º | 0.94% | 0.62% | - |
| HSV(B) | 260º | 0.73% | 0.98% | - |
| XYZ | 27.8 | 15.25 | 91.1 | - |
| YUV | 105.1 | 209.21 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 66 | 249 | 0.49 | 0.73 | 0 | 0.02 | 260 | 0.94 | 0.62 |
| Hex | 7F | 42 | F9 | 31 | 49 | 0 | 2 | 104 | 5E | 3E |
| Octal | 177 | 102 | 371 | 61 | 111 | 0 | 2 | 404 | 136 | 76 |
| Binary | 1111111 | 1000010 | 11111001 | 110001 | 1001001 | 0 | 10 | 100000100 | 1011110 | 111110 |
Color Harmonies of #7F42F9
Complementary color
Monochromatic Colors of #7F42F9
Black with #7F42F9
Text Example
Text Example
White with #7F42F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F42F9; }
p { color: rgb(127,66,249); }
H1.HeaderClassName
{
color: #7F42F9;
}
.AnyTagClassName
{
color: #7F42F9;
}
</style>
background-color css
<style>
a { background-color: #7F42F9; }
a { background-color: rgb(127,66,249); }
div.DivClassName
{
background-color: #7F42F9;
}
.BgClassName
{
background-color: #7F42F9;
}
</style>
border-color css
<style>
span { border-color: #7F42F9; }
span { border-color: rgb(127,66,249); }
td.TdClassName
{
border-color: #7F42F9;
}
.TagClassName
{
border-color: #7F42F9;
}
</style>