Shades of Blue Violet #7337FF
Tints of Blue Violet #7337FF
RGB
CMYK
RGB Variations
Color information
#7337FF (or 0x7337FF) is known color: Blue Violet. HEX triplet: 73, 37 and FF. RGB value is (115,55,255). Sum of RGB (Red+Green+Blue) = 115+55+255=425 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.06% from 425); Green value is 55 (21.88% from 255 or 12.94% from 425); Blue value is 255 (100% from 255 or 60% from 425); Max value from RGB is 255 - color contains mainly: blue. Hex color #7337FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7337FF is #8CC800. Grayscale: #5E5E5E. Windows color (decimal): -9226241 or 16725875. OLE color: 16725875.
HSL color Cylindrical-coordinate representation of color #7337FF: hue angle of 258º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7337FF is Cyan = 0.55, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 115 | 55 | 255 | - |
| CMYK | 0.55 | 0.78 | 0 | 0 |
| HSL | 258º | 1% | 0.61% | - |
| HSV(B) | 258º | 0.78% | 1% | - |
| XYZ | 26.49 | 13.6 | 95.84 | - |
| YUV | 95.74 | 217.88 | 141.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 55 | 255 | 0.55 | 0.78 | 0 | 0 | 258 | 1 | 0.61 |
| Hex | 73 | 37 | FF | 37 | 4E | 0 | 0 | 102 | 64 | 3D |
| Octal | 163 | 67 | 377 | 67 | 116 | 0 | 0 | 402 | 144 | 75 |
| Binary | 1110011 | 110111 | 11111111 | 110111 | 1001110 | 0 | 0 | 100000010 | 1100100 | 111101 |
Color Harmonies of #7337FF
Complementary color
Monochromatic Colors of #7337FF
Black with #7337FF
Text Example
Text Example
White with #7337FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7337FF; }
p { color: rgb(115,55,255); }
H1.HeaderClassName
{
color: #7337FF;
}
.AnyTagClassName
{
color: #7337FF;
}
</style>
background-color css
<style>
a { background-color: #7337FF; }
a { background-color: rgb(115,55,255); }
div.DivClassName
{
background-color: #7337FF;
}
.BgClassName
{
background-color: #7337FF;
}
</style>
border-color css
<style>
span { border-color: #7337FF; }
span { border-color: rgb(115,55,255); }
td.TdClassName
{
border-color: #7337FF;
}
.TagClassName
{
border-color: #7337FF;
}
</style>