Shades of Blue Violet #7434FB
Tints of Blue Violet #7434FB
RGB
CMYK
RGB Variations
Color information
#7434FB (or 0x7434FB) is known color: Blue Violet. HEX triplet: 74, 34 and FB. RGB value is (116,52,251). Sum of RGB (Red+Green+Blue) = 116+52+251=419 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.68% from 419); Green value is 52 (20.70% from 255 or 12.41% from 419); Blue value is 251 (98.44% from 255 or 59.90% from 419); Max value from RGB is 251 - color contains mainly: blue. Hex color #7434FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7434FB is #8BCB04. Grayscale: #5D5D5D. Windows color (decimal): -9161477 or 16462964. OLE color: 16462964.
HSL color Cylindrical-coordinate representation of color #7434FB: hue angle of 259.3º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7434FB is Cyan = 0.54, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 116 | 52 | 251 | - |
| CMYK | 0.54 | 0.79 | 0 | 0.02 |
| HSL | 259.3º | 0.96% | 0.59% | - |
| HSV(B) | 259.3º | 0.79% | 0.98% | - |
| XYZ | 25.84 | 13.13 | 92.44 | - |
| YUV | 93.82 | 216.7 | 143.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 52 | 251 | 0.54 | 0.79 | 0 | 0.02 | 259.3 | 0.96 | 0.59 |
| Hex | 74 | 34 | FB | 36 | 4F | 0 | 2 | 103 | 60 | 3B |
| Octal | 164 | 64 | 373 | 66 | 117 | 0 | 2 | 403 | 140 | 73 |
| Binary | 1110100 | 110100 | 11111011 | 110110 | 1001111 | 0 | 10 | 100000011 | 1100000 | 111011 |
Color Harmonies of #7434FB
Complementary color
Monochromatic Colors of #7434FB
Black with #7434FB
Text Example
Text Example
White with #7434FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7434FB; }
p { color: rgb(116,52,251); }
H1.HeaderClassName
{
color: #7434FB;
}
.AnyTagClassName
{
color: #7434FB;
}
</style>
background-color css
<style>
a { background-color: #7434FB; }
a { background-color: rgb(116,52,251); }
div.DivClassName
{
background-color: #7434FB;
}
.BgClassName
{
background-color: #7434FB;
}
</style>
border-color css
<style>
span { border-color: #7434FB; }
span { border-color: rgb(116,52,251); }
td.TdClassName
{
border-color: #7434FB;
}
.TagClassName
{
border-color: #7434FB;
}
</style>