Shades of Blue Violet #7338F8
Tints of Blue Violet #7338F8
RGB
CMYK
RGB Variations
Color information
#7338F8 (or 0x7338F8) is known color: Blue Violet. HEX triplet: 73, 38 and F8. RGB value is (115,56,248). Sum of RGB (Red+Green+Blue) = 115+56+248=419 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.45% from 419); Green value is 56 (22.27% from 255 or 13.37% from 419); Blue value is 248 (97.27% from 255 or 59.19% from 419); Max value from RGB is 248 - color contains mainly: blue. Hex color #7338F8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7338F8 is #8CC707. Grayscale: #5E5E5E. Windows color (decimal): -9225992 or 16267379. OLE color: 16267379.
HSL color Cylindrical-coordinate representation of color #7338F8: hue angle of 258.44º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7338F8 is Cyan = 0.54, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 115 | 56 | 248 | - |
| CMYK | 0.54 | 0.77 | 0 | 0.03 |
| HSL | 258.44º | 0.93% | 0.6% | - |
| HSV(B) | 258.44º | 0.77% | 0.97% | - |
| XYZ | 25.43 | 13.25 | 90.02 | - |
| YUV | 95.53 | 214.05 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 56 | 248 | 0.54 | 0.77 | 0 | 0.03 | 258.44 | 0.93 | 0.6 |
| Hex | 73 | 38 | F8 | 36 | 4D | 0 | 3 | 102 | 5D | 3C |
| Octal | 163 | 70 | 370 | 66 | 115 | 0 | 3 | 402 | 135 | 74 |
| Binary | 1110011 | 111000 | 11111000 | 110110 | 1001101 | 0 | 11 | 100000010 | 1011101 | 111100 |
Color Harmonies of #7338F8
Complementary color
Monochromatic Colors of #7338F8
Black with #7338F8
Text Example
Text Example
White with #7338F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7338F8; }
p { color: rgb(115,56,248); }
H1.HeaderClassName
{
color: #7338F8;
}
.AnyTagClassName
{
color: #7338F8;
}
</style>
background-color css
<style>
a { background-color: #7338F8; }
a { background-color: rgb(115,56,248); }
div.DivClassName
{
background-color: #7338F8;
}
.BgClassName
{
background-color: #7338F8;
}
</style>
border-color css
<style>
span { border-color: #7338F8; }
span { border-color: rgb(115,56,248); }
td.TdClassName
{
border-color: #7338F8;
}
.TagClassName
{
border-color: #7338F8;
}
</style>