Shades of Blue Violet #7841FB
Tints of Blue Violet #7841FB
RGB
CMYK
RGB Variations
Color information
#7841FB (or 0x7841FB) is known color: Blue Violet. HEX triplet: 78, 41 and FB. RGB value is (120,65,251). Sum of RGB (Red+Green+Blue) = 120+65+251=436 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.52% from 436); Green value is 65 (25.78% from 255 or 14.91% from 436); Blue value is 251 (98.44% from 255 or 57.57% from 436); Max value from RGB is 251 - color contains mainly: blue. Hex color #7841FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7841FB is #87BE04. Grayscale: #656565. Windows color (decimal): -8896005 or 16466296. OLE color: 16466296.
HSL color Cylindrical-coordinate representation of color #7841FB: hue angle of 257.74º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7841FB is Cyan = 0.52, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 120 | 65 | 251 | - |
| CMYK | 0.52 | 0.74 | 0 | 0.02 |
| HSL | 257.74º | 0.96% | 0.62% | - |
| HSV(B) | 257.74º | 0.74% | 0.98% | - |
| XYZ | 27.05 | 14.74 | 92.69 | - |
| YUV | 102.65 | 211.72 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 65 | 251 | 0.52 | 0.74 | 0 | 0.02 | 257.74 | 0.96 | 0.62 |
| Hex | 78 | 41 | FB | 34 | 4A | 0 | 2 | 102 | 60 | 3E |
| Octal | 170 | 101 | 373 | 64 | 112 | 0 | 2 | 402 | 140 | 76 |
| Binary | 1111000 | 1000001 | 11111011 | 110100 | 1001010 | 0 | 10 | 100000010 | 1100000 | 111110 |
Color Harmonies of #7841FB
Complementary color
Monochromatic Colors of #7841FB
Black with #7841FB
Text Example
Text Example
White with #7841FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7841FB; }
p { color: rgb(120,65,251); }
H1.HeaderClassName
{
color: #7841FB;
}
.AnyTagClassName
{
color: #7841FB;
}
</style>
background-color css
<style>
a { background-color: #7841FB; }
a { background-color: rgb(120,65,251); }
div.DivClassName
{
background-color: #7841FB;
}
.BgClassName
{
background-color: #7841FB;
}
</style>
border-color css
<style>
span { border-color: #7841FB; }
span { border-color: rgb(120,65,251); }
td.TdClassName
{
border-color: #7841FB;
}
.TagClassName
{
border-color: #7841FB;
}
</style>