Shades of Blue Violet #7337DF
Tints of Blue Violet #7337DF
RGB
CMYK
RGB Variations
Color information
#7337DF (or 0x7337DF) is known color: Blue Violet. HEX triplet: 73, 37 and DF. RGB value is (115,55,223). Sum of RGB (Red+Green+Blue) = 115+55+223=393 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.26% from 393); Green value is 55 (21.88% from 255 or 13.99% from 393); Blue value is 223 (87.5% from 255 or 56.74% from 393); Max value from RGB is 223 - color contains mainly: blue. Hex color #7337DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7337DF is #8CC820. Grayscale: #5B5B5B. Windows color (decimal): -9226273 or 14628723. OLE color: 14628723.
HSL color Cylindrical-coordinate representation of color #7337DF: hue angle of 261.43º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7337DF is Cyan = 0.48, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 55 | 223 | - |
| CMYK | 0.48 | 0.75 | 0 | 0.13 |
| HSL | 261.43º | 0.72% | 0.55% | - |
| HSV(B) | 261.43º | 0.75% | 0.87% | - |
| XYZ | 21.76 | 11.7 | 70.92 | - |
| YUV | 92.09 | 201.88 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 55 | 223 | 0.48 | 0.75 | 0 | 0.13 | 261.43 | 0.72 | 0.55 |
| Hex | 73 | 37 | DF | 30 | 4B | 0 | D | 105 | 48 | 37 |
| Octal | 163 | 67 | 337 | 60 | 113 | 0 | 15 | 405 | 110 | 67 |
| Binary | 1110011 | 110111 | 11011111 | 110000 | 1001011 | 0 | 1101 | 100000101 | 1001000 | 110111 |
Color Harmonies of #7337DF
Complementary color
Monochromatic Colors of #7337DF
Black with #7337DF
Text Example
Text Example
White with #7337DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7337DF; }
p { color: rgb(115,55,223); }
H1.HeaderClassName
{
color: #7337DF;
}
.AnyTagClassName
{
color: #7337DF;
}
</style>
background-color css
<style>
a { background-color: #7337DF; }
a { background-color: rgb(115,55,223); }
div.DivClassName
{
background-color: #7337DF;
}
.BgClassName
{
background-color: #7337DF;
}
</style>
border-color css
<style>
span { border-color: #7337DF; }
span { border-color: rgb(115,55,223); }
td.TdClassName
{
border-color: #7337DF;
}
.TagClassName
{
border-color: #7337DF;
}
</style>