Shades of Studio #7C58AB
Tints of Studio #7C58AB
RGB
CMYK
RGB Variations
Color information
#7C58AB (or 0x7C58AB) is known color: Studio. HEX triplet: 7C, 58 and AB. RGB value is (124,88,171). Sum of RGB (Red+Green+Blue) = 124+88+171=383 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.38% from 383); Green value is 88 (34.77% from 255 or 22.98% from 383); Blue value is 171 (67.19% from 255 or 44.65% from 383); Max value from RGB is 171 - color contains mainly: blue. Hex color #7C58AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C58AB is #83A754. Grayscale: #6B6B6B. Windows color (decimal): -8628053 or 11229308. OLE color: 11229308.
HSL color Cylindrical-coordinate representation of color #7C58AB: hue angle of 266.02º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7C58AB is Cyan = 0.27, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 124 | 88 | 171 | - |
| CMYK | 0.27 | 0.49 | 0 | 0.33 |
| HSL | 266.02º | 0.33% | 0.51% | - |
| HSV(B) | 266.02º | 0.49% | 0.67% | - |
| XYZ | 19.15 | 14.2 | 40.26 | - |
| YUV | 108.23 | 163.43 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 88 | 171 | 0.27 | 0.49 | 0 | 0.33 | 266.02 | 0.33 | 0.51 |
| Hex | 7C | 58 | AB | 1B | 31 | 0 | 21 | 10A | 21 | 33 |
| Octal | 174 | 130 | 253 | 33 | 61 | 0 | 41 | 412 | 41 | 63 |
| Binary | 1111100 | 1011000 | 10101011 | 11011 | 110001 | 0 | 100001 | 100001010 | 100001 | 110011 |
Color Harmonies of #7C58AB
Complementary color
Monochromatic Colors of #7C58AB
Black with #7C58AB
Text Example
Text Example
White with #7C58AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C58AB; }
p { color: rgb(124,88,171); }
H1.HeaderClassName
{
color: #7C58AB;
}
.AnyTagClassName
{
color: #7C58AB;
}
</style>
background-color css
<style>
a { background-color: #7C58AB; }
a { background-color: rgb(124,88,171); }
div.DivClassName
{
background-color: #7C58AB;
}
.BgClassName
{
background-color: #7C58AB;
}
</style>
border-color css
<style>
span { border-color: #7C58AB; }
span { border-color: rgb(124,88,171); }
td.TdClassName
{
border-color: #7C58AB;
}
.TagClassName
{
border-color: #7C58AB;
}
</style>