Shades of Blue Violet #7341EB
Tints of Blue Violet #7341EB
RGB
CMYK
RGB Variations
Color information
#7341EB (or 0x7341EB) is known color: Blue Violet. HEX triplet: 73, 41 and EB. RGB value is (115,65,235). Sum of RGB (Red+Green+Blue) = 115+65+235=415 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.71% from 415); Green value is 65 (25.78% from 255 or 15.66% from 415); Blue value is 235 (92.19% from 255 or 56.63% from 415); Max value from RGB is 235 - color contains mainly: blue. Hex color #7341EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7341EB is #8CBE14. Grayscale: #626262. Windows color (decimal): -9223701 or 15417715. OLE color: 15417715.
HSL color Cylindrical-coordinate representation of color #7341EB: hue angle of 257.65º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7341EB is Cyan = 0.51, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 115 | 65 | 235 | - |
| CMYK | 0.51 | 0.72 | 0 | 0.08 |
| HSL | 257.65º | 0.81% | 0.59% | - |
| HSV(B) | 257.65º | 0.72% | 0.92% | - |
| XYZ | 23.96 | 13.42 | 79.93 | - |
| YUV | 99.33 | 204.57 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 65 | 235 | 0.51 | 0.72 | 0 | 0.08 | 257.65 | 0.81 | 0.59 |
| Hex | 73 | 41 | EB | 33 | 48 | 0 | 8 | 102 | 51 | 3B |
| Octal | 163 | 101 | 353 | 63 | 110 | 0 | 10 | 402 | 121 | 73 |
| Binary | 1110011 | 1000001 | 11101011 | 110011 | 1001000 | 0 | 1000 | 100000010 | 1010001 | 111011 |
Color Harmonies of #7341EB
Complementary color
Monochromatic Colors of #7341EB
Black with #7341EB
Text Example
Text Example
White with #7341EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7341EB; }
p { color: rgb(115,65,235); }
H1.HeaderClassName
{
color: #7341EB;
}
.AnyTagClassName
{
color: #7341EB;
}
</style>
background-color css
<style>
a { background-color: #7341EB; }
a { background-color: rgb(115,65,235); }
div.DivClassName
{
background-color: #7341EB;
}
.BgClassName
{
background-color: #7341EB;
}
</style>
border-color css
<style>
span { border-color: #7341EB; }
span { border-color: rgb(115,65,235); }
td.TdClassName
{
border-color: #7341EB;
}
.TagClassName
{
border-color: #7341EB;
}
</style>