Shades of Studio #7B55AF
Tints of Studio #7B55AF
RGB
CMYK
RGB Variations
Color information
#7B55AF (or 0x7B55AF) is known color: Studio. HEX triplet: 7B, 55 and AF. RGB value is (123,85,175). Sum of RGB (Red+Green+Blue) = 123+85+175=383 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.11% from 383); Green value is 85 (33.59% from 255 or 22.19% from 383); Blue value is 175 (68.75% from 255 or 45.69% from 383); Max value from RGB is 175 - color contains mainly: blue. Hex color #7B55AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B55AF is #84AA50. Grayscale: #6A6A6A. Windows color (decimal): -8694353 or 11490683. OLE color: 11490683.
HSL color Cylindrical-coordinate representation of color #7B55AF: hue angle of 265.33º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7B55AF is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 123 | 85 | 175 | - |
| CMYK | 0.30 | 0.51 | 0 | 0.31 |
| HSL | 265.33º | 0.36% | 0.51% | - |
| HSV(B) | 265.33º | 0.51% | 0.69% | - |
| XYZ | 19.15 | 13.8 | 42.21 | - |
| YUV | 106.62 | 166.59 | 139.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 85 | 175 | 0.30 | 0.51 | 0 | 0.31 | 265.33 | 0.36 | 0.51 |
| Hex | 7B | 55 | AF | 1E | 33 | 0 | 1F | 109 | 24 | 33 |
| Octal | 173 | 125 | 257 | 36 | 63 | 0 | 37 | 411 | 44 | 63 |
| Binary | 1111011 | 1010101 | 10101111 | 11110 | 110011 | 0 | 11111 | 100001001 | 100100 | 110011 |
Color Harmonies of #7B55AF
Complementary color
Monochromatic Colors of #7B55AF
Black with #7B55AF
Text Example
Text Example
White with #7B55AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B55AF; }
p { color: rgb(123,85,175); }
H1.HeaderClassName
{
color: #7B55AF;
}
.AnyTagClassName
{
color: #7B55AF;
}
</style>
background-color css
<style>
a { background-color: #7B55AF; }
a { background-color: rgb(123,85,175); }
div.DivClassName
{
background-color: #7B55AF;
}
.BgClassName
{
background-color: #7B55AF;
}
</style>
border-color css
<style>
span { border-color: #7B55AF; }
span { border-color: rgb(123,85,175); }
td.TdClassName
{
border-color: #7B55AF;
}
.TagClassName
{
border-color: #7B55AF;
}
</style>