Shades of Blue Violet #7B3AFD
Tints of Blue Violet #7B3AFD
RGB
CMYK
RGB Variations
Color information
#7B3AFD (or 0x7B3AFD) is known color: Blue Violet. HEX triplet: 7B, 3A and FD. RGB value is (123,58,253). Sum of RGB (Red+Green+Blue) = 123+58+253=434 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.34% from 434); Green value is 58 (23.05% from 255 or 13.36% from 434); Blue value is 253 (99.22% from 255 or 58.29% from 434); Max value from RGB is 253 - color contains mainly: blue. Hex color #7B3AFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7B3AFD is #84C502. Grayscale: #626262. Windows color (decimal): -8701187 or 16595579. OLE color: 16595579.
HSL color Cylindrical-coordinate representation of color #7B3AFD: hue angle of 260º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7B3AFD is Cyan = 0.51, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 123 | 58 | 253 | - |
| CMYK | 0.51 | 0.77 | 0 | 0.01 |
| HSL | 260º | 0.98% | 0.61% | - |
| HSV(B) | 260º | 0.77% | 0.99% | - |
| XYZ | 27.41 | 14.33 | 94.25 | - |
| YUV | 99.67 | 214.53 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 58 | 253 | 0.51 | 0.77 | 0 | 0.01 | 260 | 0.98 | 0.61 |
| Hex | 7B | 3A | FD | 33 | 4D | 0 | 1 | 104 | 62 | 3D |
| Octal | 173 | 72 | 375 | 63 | 115 | 0 | 1 | 404 | 142 | 75 |
| Binary | 1111011 | 111010 | 11111101 | 110011 | 1001101 | 0 | 1 | 100000100 | 1100010 | 111101 |
Color Harmonies of #7B3AFD
Complementary color
Monochromatic Colors of #7B3AFD
Black with #7B3AFD
Text Example
Text Example
White with #7B3AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3AFD; }
p { color: rgb(123,58,253); }
H1.HeaderClassName
{
color: #7B3AFD;
}
.AnyTagClassName
{
color: #7B3AFD;
}
</style>
background-color css
<style>
a { background-color: #7B3AFD; }
a { background-color: rgb(123,58,253); }
div.DivClassName
{
background-color: #7B3AFD;
}
.BgClassName
{
background-color: #7B3AFD;
}
</style>
border-color css
<style>
span { border-color: #7B3AFD; }
span { border-color: rgb(123,58,253); }
td.TdClassName
{
border-color: #7B3AFD;
}
.TagClassName
{
border-color: #7B3AFD;
}
</style>