Shades of Blue Violet #7341F1
Tints of Blue Violet #7341F1
RGB
CMYK
RGB Variations
Color information
#7341F1 (or 0x7341F1) is known color: Blue Violet. HEX triplet: 73, 41 and F1. RGB value is (115,65,241). Sum of RGB (Red+Green+Blue) = 115+65+241=421 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.32% from 421); Green value is 65 (25.78% from 255 or 15.44% from 421); Blue value is 241 (94.53% from 255 or 57.24% from 421); Max value from RGB is 241 - color contains mainly: blue. Hex color #7341F1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7341F1 is #8CBE0E. Grayscale: #636363. Windows color (decimal): -9223695 or 15810931. OLE color: 15810931.
HSL color Cylindrical-coordinate representation of color #7341F1: hue angle of 257.05º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7341F1 is Cyan = 0.52, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 115 | 65 | 241 | - |
| CMYK | 0.52 | 0.73 | 0 | 0.05 |
| HSL | 257.05º | 0.86% | 0.6% | - |
| HSV(B) | 257.05º | 0.73% | 0.95% | - |
| XYZ | 24.84 | 13.78 | 84.57 | - |
| YUV | 100.01 | 207.57 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 65 | 241 | 0.52 | 0.73 | 0 | 0.05 | 257.05 | 0.86 | 0.6 |
| Hex | 73 | 41 | F1 | 34 | 49 | 0 | 5 | 101 | 56 | 3C |
| Octal | 163 | 101 | 361 | 64 | 111 | 0 | 5 | 401 | 126 | 74 |
| Binary | 1110011 | 1000001 | 11110001 | 110100 | 1001001 | 0 | 101 | 100000001 | 1010110 | 111100 |
Color Harmonies of #7341F1
Complementary color
Monochromatic Colors of #7341F1
Black with #7341F1
Text Example
Text Example
White with #7341F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7341F1; }
p { color: rgb(115,65,241); }
H1.HeaderClassName
{
color: #7341F1;
}
.AnyTagClassName
{
color: #7341F1;
}
</style>
background-color css
<style>
a { background-color: #7341F1; }
a { background-color: rgb(115,65,241); }
div.DivClassName
{
background-color: #7341F1;
}
.BgClassName
{
background-color: #7341F1;
}
</style>
border-color css
<style>
span { border-color: #7341F1; }
span { border-color: rgb(115,65,241); }
td.TdClassName
{
border-color: #7341F1;
}
.TagClassName
{
border-color: #7341F1;
}
</style>