Shades of Studio #7C58A4
Tints of Studio #7C58A4
RGB
CMYK
RGB Variations
Color information
#7C58A4 (or 0x7C58A4) is known color: Studio. HEX triplet: 7C, 58 and A4. RGB value is (124,88,164). Sum of RGB (Red+Green+Blue) = 124+88+164=376 (49% of max value = 765). Red value is 124 (48.83% from 255 or 32.98% from 376); Green value is 88 (34.77% from 255 or 23.40% from 376); Blue value is 164 (64.45% from 255 or 43.62% from 376); Max value from RGB is 164 - color contains mainly: blue. Hex color #7C58A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C58A4 is #83A75B. Grayscale: #6B6B6B. Windows color (decimal): -8628060 or 10770556. OLE color: 10770556.
HSL color Cylindrical-coordinate representation of color #7C58A4: hue angle of 268.42º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7C58A4 is Cyan = 0.24, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 124 | 88 | 164 | - |
| CMYK | 0.24 | 0.46 | 0 | 0.36 |
| HSL | 268.42º | 0.3% | 0.49% | - |
| HSV(B) | 268.42º | 0.46% | 0.64% | - |
| XYZ | 18.5 | 13.94 | 36.84 | - |
| YUV | 107.43 | 159.93 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 88 | 164 | 0.24 | 0.46 | 0 | 0.36 | 268.42 | 0.3 | 0.49 |
| Hex | 7C | 58 | A4 | 18 | 2E | 0 | 24 | 10C | 1E | 31 |
| Octal | 174 | 130 | 244 | 30 | 56 | 0 | 44 | 414 | 36 | 61 |
| Binary | 1111100 | 1011000 | 10100100 | 11000 | 101110 | 0 | 100100 | 100001100 | 11110 | 110001 |
Color Harmonies of #7C58A4
Complementary color
Monochromatic Colors of #7C58A4
Black with #7C58A4
Text Example
Text Example
White with #7C58A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C58A4; }
p { color: rgb(124,88,164); }
H1.HeaderClassName
{
color: #7C58A4;
}
.AnyTagClassName
{
color: #7C58A4;
}
</style>
background-color css
<style>
a { background-color: #7C58A4; }
a { background-color: rgb(124,88,164); }
div.DivClassName
{
background-color: #7C58A4;
}
.BgClassName
{
background-color: #7C58A4;
}
</style>
border-color css
<style>
span { border-color: #7C58A4; }
span { border-color: rgb(124,88,164); }
td.TdClassName
{
border-color: #7C58A4;
}
.TagClassName
{
border-color: #7C58A4;
}
</style>