Shades of Studio #7C49BD
Tints of Studio #7C49BD
RGB
CMYK
RGB Variations
Color information
#7C49BD (or 0x7C49BD) is known color: Studio. HEX triplet: 7C, 49 and BD. RGB value is (124,73,189). Sum of RGB (Red+Green+Blue) = 124+73+189=386 (51% of max value = 765). Red value is 124 (48.83% from 255 or 32.12% from 386); Green value is 73 (28.91% from 255 or 18.91% from 386); Blue value is 189 (74.22% from 255 or 48.96% from 386); Max value from RGB is 189 - color contains mainly: blue. Hex color #7C49BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C49BD is #83B642. Grayscale: #656565. Windows color (decimal): -8631875 or 12405116. OLE color: 12405116.
HSL color Cylindrical-coordinate representation of color #7C49BD: hue angle of 266.38º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7C49BD is Cyan = 0.34, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 124 | 73 | 189 | - |
| CMYK | 0.34 | 0.61 | 0 | 0.26 |
| HSL | 266.38º | 0.47% | 0.51% | - |
| HSV(B) | 266.38º | 0.61% | 0.74% | - |
| XYZ | 19.88 | 12.72 | 49.55 | - |
| YUV | 101.47 | 177.4 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 73 | 189 | 0.34 | 0.61 | 0 | 0.26 | 266.38 | 0.47 | 0.51 |
| Hex | 7C | 49 | BD | 22 | 3D | 0 | 1A | 10A | 2F | 33 |
| Octal | 174 | 111 | 275 | 42 | 75 | 0 | 32 | 412 | 57 | 63 |
| Binary | 1111100 | 1001001 | 10111101 | 100010 | 111101 | 0 | 11010 | 100001010 | 101111 | 110011 |
Color Harmonies of #7C49BD
Complementary color
Monochromatic Colors of #7C49BD
Black with #7C49BD
Text Example
Text Example
White with #7C49BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C49BD; }
p { color: rgb(124,73,189); }
H1.HeaderClassName
{
color: #7C49BD;
}
.AnyTagClassName
{
color: #7C49BD;
}
</style>
background-color css
<style>
a { background-color: #7C49BD; }
a { background-color: rgb(124,73,189); }
div.DivClassName
{
background-color: #7C49BD;
}
.BgClassName
{
background-color: #7C49BD;
}
</style>
border-color css
<style>
span { border-color: #7C49BD; }
span { border-color: rgb(124,73,189); }
td.TdClassName
{
border-color: #7C49BD;
}
.TagClassName
{
border-color: #7C49BD;
}
</style>