Shades of Studio #7B3BAF
Tints of Studio #7B3BAF
RGB
CMYK
RGB Variations
Color information
#7B3BAF (or 0x7B3BAF) is known color: Studio. HEX triplet: 7B, 3B and AF. RGB value is (123,59,175). Sum of RGB (Red+Green+Blue) = 123+59+175=357 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.45% from 357); Green value is 59 (23.44% from 255 or 16.53% from 357); Blue value is 175 (68.75% from 255 or 49.02% from 357); Max value from RGB is 175 - color contains mainly: blue. Hex color #7B3BAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B3BAF is #84C450. Grayscale: #5A5A5A. Windows color (decimal): -8701009 or 11484027. OLE color: 11484027.
HSL color Cylindrical-coordinate representation of color #7B3BAF: hue angle of 273.1º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7B3BAF is Cyan = 0.30, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 123 | 59 | 175 | - |
| CMYK | 0.30 | 0.66 | 0 | 0.31 |
| HSL | 273.1º | 0.5% | 0.46% | - |
| HSV(B) | 273.1º | 0.66% | 0.69% | - |
| XYZ | 17.47 | 10.43 | 41.65 | - |
| YUV | 91.36 | 175.2 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 59 | 175 | 0.30 | 0.66 | 0 | 0.31 | 273.1 | 0.5 | 0.46 |
| Hex | 7B | 3B | AF | 1E | 42 | 0 | 1F | 111 | 32 | 2E |
| Octal | 173 | 73 | 257 | 36 | 102 | 0 | 37 | 421 | 62 | 56 |
| Binary | 1111011 | 111011 | 10101111 | 11110 | 1000010 | 0 | 11111 | 100010001 | 110010 | 101110 |
Color Harmonies of #7B3BAF
Complementary color
Monochromatic Colors of #7B3BAF
Black with #7B3BAF
Text Example
Text Example
White with #7B3BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3BAF; }
p { color: rgb(123,59,175); }
H1.HeaderClassName
{
color: #7B3BAF;
}
.AnyTagClassName
{
color: #7B3BAF;
}
</style>
background-color css
<style>
a { background-color: #7B3BAF; }
a { background-color: rgb(123,59,175); }
div.DivClassName
{
background-color: #7B3BAF;
}
.BgClassName
{
background-color: #7B3BAF;
}
</style>
border-color css
<style>
span { border-color: #7B3BAF; }
span { border-color: rgb(123,59,175); }
td.TdClassName
{
border-color: #7B3BAF;
}
.TagClassName
{
border-color: #7B3BAF;
}
</style>