Shades of Studio #7B3CAF
Tints of Studio #7B3CAF
RGB
CMYK
RGB Variations
Color information
#7B3CAF (or 0x7B3CAF) is known color: Studio. HEX triplet: 7B, 3C and AF. RGB value is (123,60,175). Sum of RGB (Red+Green+Blue) = 123+60+175=358 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.36% from 358); Green value is 60 (23.83% from 255 or 16.76% from 358); Blue value is 175 (68.75% from 255 or 48.88% from 358); Max value from RGB is 175 - color contains mainly: blue. Hex color #7B3CAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B3CAF is #84C350. Grayscale: #5B5B5B. Windows color (decimal): -8700753 or 11484283. OLE color: 11484283.
HSL color Cylindrical-coordinate representation of color #7B3CAF: hue angle of 272.87º degrees, saturation: 0.49, 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 #7B3CAF is Cyan = 0.30, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 123 | 60 | 175 | - |
| CMYK | 0.30 | 0.66 | 0 | 0.31 |
| HSL | 272.87º | 0.49% | 0.46% | - |
| HSV(B) | 272.87º | 0.66% | 0.69% | - |
| XYZ | 17.52 | 10.54 | 41.67 | - |
| YUV | 91.95 | 174.87 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 60 | 175 | 0.30 | 0.66 | 0 | 0.31 | 272.87 | 0.49 | 0.46 |
| Hex | 7B | 3C | AF | 1E | 42 | 0 | 1F | 111 | 31 | 2E |
| Octal | 173 | 74 | 257 | 36 | 102 | 0 | 37 | 421 | 61 | 56 |
| Binary | 1111011 | 111100 | 10101111 | 11110 | 1000010 | 0 | 11111 | 100010001 | 110001 | 101110 |
Color Harmonies of #7B3CAF
Complementary color
Monochromatic Colors of #7B3CAF
Black with #7B3CAF
Text Example
Text Example
White with #7B3CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3CAF; }
p { color: rgb(123,60,175); }
H1.HeaderClassName
{
color: #7B3CAF;
}
.AnyTagClassName
{
color: #7B3CAF;
}
</style>
background-color css
<style>
a { background-color: #7B3CAF; }
a { background-color: rgb(123,60,175); }
div.DivClassName
{
background-color: #7B3CAF;
}
.BgClassName
{
background-color: #7B3CAF;
}
</style>
border-color css
<style>
span { border-color: #7B3CAF; }
span { border-color: rgb(123,60,175); }
td.TdClassName
{
border-color: #7B3CAF;
}
.TagClassName
{
border-color: #7B3CAF;
}
</style>