Shades of Blue Violet #7330FE
Tints of Blue Violet #7330FE
RGB
CMYK
RGB Variations
Color information
#7330FE (or 0x7330FE) is known color: Blue Violet. HEX triplet: 73, 30 and FE. RGB value is (115,48,254). Sum of RGB (Red+Green+Blue) = 115+48+254=417 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.58% from 417); Green value is 48 (19.14% from 255 or 11.51% from 417); Blue value is 254 (99.61% from 255 or 60.91% from 417); Max value from RGB is 254 - color contains mainly: blue. Hex color #7330FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7330FE is #8CCF01. Grayscale: #5A5A5A. Windows color (decimal): -9228034 or 16658547. OLE color: 16658547.
HSL color Cylindrical-coordinate representation of color #7330FE: hue angle of 259.51º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7330FE is Cyan = 0.55, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 115 | 48 | 254 | - |
| CMYK | 0.55 | 0.81 | 0 | 0.00 |
| HSL | 259.51º | 0.99% | 0.59% | - |
| HSV(B) | 259.51º | 0.81% | 1% | - |
| XYZ | 26.02 | 12.91 | 94.89 | - |
| YUV | 91.52 | 219.7 | 144.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 48 | 254 | 0.55 | 0.81 | 0 | 0.00 | 259.51 | 0.99 | 0.59 |
| Hex | 73 | 30 | FE | 37 | 51 | 0 | 0 | 104 | 63 | 3B |
| Octal | 163 | 60 | 376 | 67 | 121 | 0 | 0 | 404 | 143 | 73 |
| Binary | 1110011 | 110000 | 11111110 | 110111 | 1010001 | 0 | 0 | 100000100 | 1100011 | 111011 |
Color Harmonies of #7330FE
Complementary color
Monochromatic Colors of #7330FE
Black with #7330FE
Text Example
Text Example
White with #7330FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7330FE; }
p { color: rgb(115,48,254); }
H1.HeaderClassName
{
color: #7330FE;
}
.AnyTagClassName
{
color: #7330FE;
}
</style>
background-color css
<style>
a { background-color: #7330FE; }
a { background-color: rgb(115,48,254); }
div.DivClassName
{
background-color: #7330FE;
}
.BgClassName
{
background-color: #7330FE;
}
</style>
border-color css
<style>
span { border-color: #7330FE; }
span { border-color: rgb(115,48,254); }
td.TdClassName
{
border-color: #7330FE;
}
.TagClassName
{
border-color: #7330FE;
}
</style>