Shades of Blue Violet #7334FB
Tints of Blue Violet #7334FB
RGB
CMYK
RGB Variations
Color information
#7334FB (or 0x7334FB) is known color: Blue Violet. HEX triplet: 73, 34 and FB. RGB value is (115,52,251). Sum of RGB (Red+Green+Blue) = 115+52+251=418 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.51% from 418); Green value is 52 (20.70% from 255 or 12.44% from 418); Blue value is 251 (98.44% from 255 or 60.05% from 418); Max value from RGB is 251 - color contains mainly: blue. Hex color #7334FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7334FB is #8CCB04. Grayscale: #5C5C5C. Windows color (decimal): -9227013 or 16462963. OLE color: 16462963.
HSL color Cylindrical-coordinate representation of color #7334FB: hue angle of 258.99º 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 #7334FB is Cyan = 0.54, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 52 | 251 | - |
| CMYK | 0.54 | 0.79 | 0 | 0.02 |
| HSL | 259º | 0.96% | 0.59% | - |
| HSV(B) | 259º | 0.79% | 0.98% | - |
| XYZ | 25.71 | 13.07 | 92.43 | - |
| YUV | 93.52 | 216.87 | 143.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 52 | 251 | 0.54 | 0.79 | 0 | 0.02 | 259 | 0.96 | 0.59 |
| Hex | 73 | 34 | FB | 36 | 4F | 0 | 2 | 103 | 60 | 3B |
| Octal | 163 | 64 | 373 | 66 | 117 | 0 | 2 | 403 | 140 | 73 |
| Binary | 1110011 | 110100 | 11111011 | 110110 | 1001111 | 0 | 10 | 100000011 | 1100000 | 111011 |
Color Harmonies of #7334FB
Complementary color
Monochromatic Colors of #7334FB
Black with #7334FB
Text Example
Text Example
White with #7334FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7334FB; }
p { color: rgb(115,52,251); }
H1.HeaderClassName
{
color: #7334FB;
}
.AnyTagClassName
{
color: #7334FB;
}
</style>
background-color css
<style>
a { background-color: #7334FB; }
a { background-color: rgb(115,52,251); }
div.DivClassName
{
background-color: #7334FB;
}
.BgClassName
{
background-color: #7334FB;
}
</style>
border-color css
<style>
span { border-color: #7334FB; }
span { border-color: rgb(115,52,251); }
td.TdClassName
{
border-color: #7334FB;
}
.TagClassName
{
border-color: #7334FB;
}
</style>