Shades of Blue Violet #7427FB
Tints of Blue Violet #7427FB
RGB
CMYK
RGB Variations
Color information
#7427FB (or 0x7427FB) is known color: Blue Violet. HEX triplet: 74, 27 and FB. RGB value is (116,39,251). Sum of RGB (Red+Green+Blue) = 116+39+251=406 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.57% from 406); Green value is 39 (15.62% from 255 or 9.61% from 406); Blue value is 251 (98.44% from 255 or 61.82% from 406); Max value from RGB is 251 - color contains mainly: blue. Hex color #7427FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7427FB is #8BD804. Grayscale: #555555. Windows color (decimal): -9164805 or 16459636. OLE color: 16459636.
HSL color Cylindrical-coordinate representation of color #7427FB: hue angle of 261.79º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7427FB is Cyan = 0.54, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 116 | 39 | 251 | - |
| CMYK | 0.54 | 0.84 | 0 | 0.02 |
| HSL | 261.79º | 0.96% | 0.57% | - |
| HSV(B) | 261.79º | 0.84% | 0.98% | - |
| XYZ | 25.34 | 12.13 | 92.27 | - |
| YUV | 86.19 | 221.01 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 39 | 251 | 0.54 | 0.84 | 0 | 0.02 | 261.79 | 0.96 | 0.57 |
| Hex | 74 | 27 | FB | 36 | 54 | 0 | 2 | 106 | 60 | 39 |
| Octal | 164 | 47 | 373 | 66 | 124 | 0 | 2 | 406 | 140 | 71 |
| Binary | 1110100 | 100111 | 11111011 | 110110 | 1010100 | 0 | 10 | 100000110 | 1100000 | 111001 |
Color Harmonies of #7427FB
Complementary color
Monochromatic Colors of #7427FB
Black with #7427FB
Text Example
Text Example
White with #7427FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7427FB; }
p { color: rgb(116,39,251); }
H1.HeaderClassName
{
color: #7427FB;
}
.AnyTagClassName
{
color: #7427FB;
}
</style>
background-color css
<style>
a { background-color: #7427FB; }
a { background-color: rgb(116,39,251); }
div.DivClassName
{
background-color: #7427FB;
}
.BgClassName
{
background-color: #7427FB;
}
</style>
border-color css
<style>
span { border-color: #7427FB; }
span { border-color: rgb(116,39,251); }
td.TdClassName
{
border-color: #7427FB;
}
.TagClassName
{
border-color: #7427FB;
}
</style>