Shades of Blue Violet #7430FB
Tints of Blue Violet #7430FB
RGB
CMYK
RGB Variations
Color information
#7430FB (or 0x7430FB) is known color: Blue Violet. HEX triplet: 74, 30 and FB. RGB value is (116,48,251). Sum of RGB (Red+Green+Blue) = 116+48+251=415 (54% of max value = 765). Red value is 116 (45.70% from 255 or 27.95% from 415); Green value is 48 (19.14% from 255 or 11.57% from 415); Blue value is 251 (98.44% from 255 or 60.48% from 415); Max value from RGB is 251 - color contains mainly: blue. Hex color #7430FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7430FB is #8BCF04. Grayscale: #5A5A5A. Windows color (decimal): -9162501 or 16461940. OLE color: 16461940.
HSL color Cylindrical-coordinate representation of color #7430FB: hue angle of 260.1º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7430FB is Cyan = 0.54, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 116 | 48 | 251 | - |
| CMYK | 0.54 | 0.81 | 0 | 0.02 |
| HSL | 260.1º | 0.96% | 0.59% | - |
| HSV(B) | 260.1º | 0.81% | 0.98% | - |
| XYZ | 25.67 | 12.79 | 92.38 | - |
| YUV | 91.47 | 218.03 | 145.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 48 | 251 | 0.54 | 0.81 | 0 | 0.02 | 260.1 | 0.96 | 0.59 |
| Hex | 74 | 30 | FB | 36 | 51 | 0 | 2 | 104 | 60 | 3B |
| Octal | 164 | 60 | 373 | 66 | 121 | 0 | 2 | 404 | 140 | 73 |
| Binary | 1110100 | 110000 | 11111011 | 110110 | 1010001 | 0 | 10 | 100000100 | 1100000 | 111011 |
Color Harmonies of #7430FB
Complementary color
Monochromatic Colors of #7430FB
Black with #7430FB
Text Example
Text Example
White with #7430FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7430FB; }
p { color: rgb(116,48,251); }
H1.HeaderClassName
{
color: #7430FB;
}
.AnyTagClassName
{
color: #7430FB;
}
</style>
background-color css
<style>
a { background-color: #7430FB; }
a { background-color: rgb(116,48,251); }
div.DivClassName
{
background-color: #7430FB;
}
.BgClassName
{
background-color: #7430FB;
}
</style>
border-color css
<style>
span { border-color: #7430FB; }
span { border-color: rgb(116,48,251); }
td.TdClassName
{
border-color: #7430FB;
}
.TagClassName
{
border-color: #7430FB;
}
</style>