Shades of Studio #7C4BAB
Tints of Studio #7C4BAB
RGB
CMYK
RGB Variations
Color information
#7C4BAB (or 0x7C4BAB) is known color: Studio. HEX triplet: 7C, 4B and AB. RGB value is (124,75,171). Sum of RGB (Red+Green+Blue) = 124+75+171=370 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.51% from 370); Green value is 75 (29.69% from 255 or 20.27% from 370); Blue value is 171 (67.19% from 255 or 46.22% from 370); Max value from RGB is 171 - color contains mainly: blue. Hex color #7C4BAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C4BAB is #83B454. Grayscale: #646464. Windows color (decimal): -8631381 or 11225980. OLE color: 11225980.
HSL color Cylindrical-coordinate representation of color #7C4BAB: hue angle of 270.62º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7C4BAB is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 124 | 75 | 171 | - |
| CMYK | 0.27 | 0.56 | 0 | 0.33 |
| HSL | 270.63º | 0.39% | 0.48% | - |
| HSV(B) | 270.63º | 0.56% | 0.67% | - |
| XYZ | 18.18 | 12.26 | 39.94 | - |
| YUV | 100.6 | 167.73 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 75 | 171 | 0.27 | 0.56 | 0 | 0.33 | 270.63 | 0.39 | 0.48 |
| Hex | 7C | 4B | AB | 1B | 38 | 0 | 21 | 10F | 27 | 30 |
| Octal | 174 | 113 | 253 | 33 | 70 | 0 | 41 | 417 | 47 | 60 |
| Binary | 1111100 | 1001011 | 10101011 | 11011 | 111000 | 0 | 100001 | 100001111 | 100111 | 110000 |
Color Harmonies of #7C4BAB
Complementary color
Monochromatic Colors of #7C4BAB
Black with #7C4BAB
Text Example
Text Example
White with #7C4BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4BAB; }
p { color: rgb(124,75,171); }
H1.HeaderClassName
{
color: #7C4BAB;
}
.AnyTagClassName
{
color: #7C4BAB;
}
</style>
background-color css
<style>
a { background-color: #7C4BAB; }
a { background-color: rgb(124,75,171); }
div.DivClassName
{
background-color: #7C4BAB;
}
.BgClassName
{
background-color: #7C4BAB;
}
</style>
border-color css
<style>
span { border-color: #7C4BAB; }
span { border-color: rgb(124,75,171); }
td.TdClassName
{
border-color: #7C4BAB;
}
.TagClassName
{
border-color: #7C4BAB;
}
</style>