Shades of Blue Violet #7334FF
Tints of Blue Violet #7334FF
RGB
CMYK
RGB Variations
Color information
#7334FF (or 0x7334FF) is known color: Blue Violet. HEX triplet: 73, 34 and FF. RGB value is (115,52,255). Sum of RGB (Red+Green+Blue) = 115+52+255=422 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.25% from 422); Green value is 52 (20.70% from 255 or 12.32% from 422); Blue value is 255 (100% from 255 or 60.43% from 422); Max value from RGB is 255 - color contains mainly: blue. Hex color #7334FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7334FF is #8CCB00. Grayscale: #5D5D5D. Windows color (decimal): -9227009 or 16725107. OLE color: 16725107.
HSL color Cylindrical-coordinate representation of color #7334FF: hue angle of 258.62º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7334FF is Cyan = 0.55, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 115 | 52 | 255 | - |
| CMYK | 0.55 | 0.80 | 0 | 0 |
| HSL | 258.62º | 1% | 0.6% | - |
| HSV(B) | 258.62º | 0.8% | 1% | - |
| XYZ | 26.35 | 13.32 | 95.79 | - |
| YUV | 93.98 | 218.87 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 52 | 255 | 0.55 | 0.80 | 0 | 0 | 258.62 | 1 | 0.6 |
| Hex | 73 | 34 | FF | 37 | 50 | 0 | 0 | 103 | 64 | 3C |
| Octal | 163 | 64 | 377 | 67 | 120 | 0 | 0 | 403 | 144 | 74 |
| Binary | 1110011 | 110100 | 11111111 | 110111 | 1010000 | 0 | 0 | 100000011 | 1100100 | 111100 |
Color Harmonies of #7334FF
Complementary color
Monochromatic Colors of #7334FF
Black with #7334FF
Text Example
Text Example
White with #7334FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7334FF; }
p { color: rgb(115,52,255); }
H1.HeaderClassName
{
color: #7334FF;
}
.AnyTagClassName
{
color: #7334FF;
}
</style>
background-color css
<style>
a { background-color: #7334FF; }
a { background-color: rgb(115,52,255); }
div.DivClassName
{
background-color: #7334FF;
}
.BgClassName
{
background-color: #7334FF;
}
</style>
border-color css
<style>
span { border-color: #7334FF; }
span { border-color: rgb(115,52,255); }
td.TdClassName
{
border-color: #7334FF;
}
.TagClassName
{
border-color: #7334FF;
}
</style>