Shades of Blue Violet #7338FB
Tints of Blue Violet #7338FB
RGB
CMYK
RGB Variations
Color information
#7338FB (or 0x7338FB) is known color: Blue Violet. HEX triplet: 73, 38 and FB. RGB value is (115,56,251). Sum of RGB (Red+Green+Blue) = 115+56+251=422 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.25% from 422); Green value is 56 (22.27% from 255 or 13.27% from 422); Blue value is 251 (98.44% from 255 or 59.48% from 422); Max value from RGB is 251 - color contains mainly: blue. Hex color #7338FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7338FB is #8CC704. Grayscale: #5F5F5F. Windows color (decimal): -9225989 or 16463987. OLE color: 16463987.
HSL color Cylindrical-coordinate representation of color #7338FB: hue angle of 258.15º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7338FB is Cyan = 0.54, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 56 | 251 | - |
| CMYK | 0.54 | 0.78 | 0 | 0.02 |
| HSL | 258.15º | 0.96% | 0.6% | - |
| HSV(B) | 258.15º | 0.78% | 0.98% | - |
| XYZ | 25.9 | 13.44 | 92.5 | - |
| YUV | 95.87 | 215.55 | 141.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 56 | 251 | 0.54 | 0.78 | 0 | 0.02 | 258.15 | 0.96 | 0.6 |
| Hex | 73 | 38 | FB | 36 | 4E | 0 | 2 | 102 | 60 | 3C |
| Octal | 163 | 70 | 373 | 66 | 116 | 0 | 2 | 402 | 140 | 74 |
| Binary | 1110011 | 111000 | 11111011 | 110110 | 1001110 | 0 | 10 | 100000010 | 1100000 | 111100 |
Color Harmonies of #7338FB
Complementary color
Monochromatic Colors of #7338FB
Black with #7338FB
Text Example
Text Example
White with #7338FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7338FB; }
p { color: rgb(115,56,251); }
H1.HeaderClassName
{
color: #7338FB;
}
.AnyTagClassName
{
color: #7338FB;
}
</style>
background-color css
<style>
a { background-color: #7338FB; }
a { background-color: rgb(115,56,251); }
div.DivClassName
{
background-color: #7338FB;
}
.BgClassName
{
background-color: #7338FB;
}
</style>
border-color css
<style>
span { border-color: #7338FB; }
span { border-color: rgb(115,56,251); }
td.TdClassName
{
border-color: #7338FB;
}
.TagClassName
{
border-color: #7338FB;
}
</style>