Shades of Blue Violet #7427FE
Tints of Blue Violet #7427FE
RGB
CMYK
RGB Variations
Color information
#7427FE (or 0x7427FE) is known color: Blue Violet. HEX triplet: 74, 27 and FE. RGB value is (116,39,254). Sum of RGB (Red+Green+Blue) = 116+39+254=409 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.36% from 409); Green value is 39 (15.62% from 255 or 9.54% 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 #7427FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7427FE is #8BD801. Grayscale: #555555. Windows color (decimal): -9164802 or 16656244. OLE color: 16656244.
HSL color Cylindrical-coordinate representation of color #7427FE: hue angle of 261.49º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7427FE is Cyan = 0.54, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 116 | 39 | 254 | - |
| CMYK | 0.54 | 0.85 | 0 | 0.00 |
| HSL | 261.49º | 0.99% | 0.57% | - |
| HSV(B) | 261.49º | 0.85% | 1% | - |
| XYZ | 25.82 | 12.32 | 94.78 | - |
| YUV | 86.53 | 222.51 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 39 | 254 | 0.54 | 0.85 | 0 | 0.00 | 261.49 | 0.99 | 0.57 |
| Hex | 74 | 27 | FE | 36 | 55 | 0 | 0 | 105 | 63 | 39 |
| Octal | 164 | 47 | 376 | 66 | 125 | 0 | 0 | 405 | 143 | 71 |
| Binary | 1110100 | 100111 | 11111110 | 110110 | 1010101 | 0 | 0 | 100000101 | 1100011 | 111001 |
Color Harmonies of #7427FE
Complementary color
Monochromatic Colors of #7427FE
Black with #7427FE
Text Example
Text Example
White with #7427FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7427FE; }
p { color: rgb(116,39,254); }
H1.HeaderClassName
{
color: #7427FE;
}
.AnyTagClassName
{
color: #7427FE;
}
</style>
background-color css
<style>
a { background-color: #7427FE; }
a { background-color: rgb(116,39,254); }
div.DivClassName
{
background-color: #7427FE;
}
.BgClassName
{
background-color: #7427FE;
}
</style>
border-color css
<style>
span { border-color: #7427FE; }
span { border-color: rgb(116,39,254); }
td.TdClassName
{
border-color: #7427FE;
}
.TagClassName
{
border-color: #7427FE;
}
</style>