Shades of Blue Violet #7336FA
Tints of Blue Violet #7336FA
RGB
CMYK
RGB Variations
Color information
#7336FA (or 0x7336FA) is known color: Blue Violet. HEX triplet: 73, 36 and FA. RGB value is (115,54,250). Sum of RGB (Red+Green+Blue) = 115+54+250=419 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.45% from 419); Green value is 54 (21.48% from 255 or 12.89% from 419); Blue value is 250 (98.05% from 255 or 59.67% from 419); Max value from RGB is 250 - color contains mainly: blue. Hex color #7336FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7336FA is #8CC905. Grayscale: #5D5D5D. Windows color (decimal): -9226502 or 16397939. OLE color: 16397939.
HSL color Cylindrical-coordinate representation of color #7336FA: hue angle of 258.67º degrees, saturation: 0.95, 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 #7336FA is Cyan = 0.54, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 54 | 250 | - |
| CMYK | 0.54 | 0.78 | 0 | 0.02 |
| HSL | 258.67º | 0.95% | 0.6% | - |
| HSV(B) | 258.67º | 0.78% | 0.98% | - |
| XYZ | 25.64 | 13.19 | 91.64 | - |
| YUV | 94.58 | 215.71 | 142.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 54 | 250 | 0.54 | 0.78 | 0 | 0.02 | 258.67 | 0.95 | 0.6 |
| Hex | 73 | 36 | FA | 36 | 4E | 0 | 2 | 103 | 5F | 3C |
| Octal | 163 | 66 | 372 | 66 | 116 | 0 | 2 | 403 | 137 | 74 |
| Binary | 1110011 | 110110 | 11111010 | 110110 | 1001110 | 0 | 10 | 100000011 | 1011111 | 111100 |
Color Harmonies of #7336FA
Complementary color
Monochromatic Colors of #7336FA
Black with #7336FA
Text Example
Text Example
White with #7336FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7336FA; }
p { color: rgb(115,54,250); }
H1.HeaderClassName
{
color: #7336FA;
}
.AnyTagClassName
{
color: #7336FA;
}
</style>
background-color css
<style>
a { background-color: #7336FA; }
a { background-color: rgb(115,54,250); }
div.DivClassName
{
background-color: #7336FA;
}
.BgClassName
{
background-color: #7336FA;
}
</style>
border-color css
<style>
span { border-color: #7336FA; }
span { border-color: rgb(115,54,250); }
td.TdClassName
{
border-color: #7336FA;
}
.TagClassName
{
border-color: #7336FA;
}
</style>