Shades of Studio #7C449B
Tints of Studio #7C449B
RGB
CMYK
RGB Variations
Color information
#7C449B (or 0x7C449B) is known color: Studio. HEX triplet: 7C, 44 and 9B. RGB value is (124,68,155). Sum of RGB (Red+Green+Blue) = 124+68+155=347 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.73% from 347); Green value is 68 (26.95% from 255 or 19.60% from 347); Blue value is 155 (60.94% from 255 or 44.67% from 347); Max value from RGB is 155 - color contains mainly: blue. Hex color #7C449B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C449B is #83BB64. Grayscale: #5E5E5E. Windows color (decimal): -8633189 or 10175612. OLE color: 10175612.
HSL color Cylindrical-coordinate representation of color #7C449B: hue angle of 278.62º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7C449B is Cyan = 0.2, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 124 | 68 | 155 | - |
| CMYK | 0.2 | 0.56 | 0 | 0.39 |
| HSL | 278.62º | 0.39% | 0.44% | - |
| HSV(B) | 278.62º | 0.56% | 0.61% | - |
| XYZ | 16.3 | 10.79 | 32.23 | - |
| YUV | 94.66 | 162.05 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 68 | 155 | 0.2 | 0.56 | 0 | 0.39 | 278.62 | 0.39 | 0.44 |
| Hex | 7C | 44 | 9B | 14 | 38 | 0 | 27 | 117 | 27 | 2C |
| Octal | 174 | 104 | 233 | 24 | 70 | 0 | 47 | 427 | 47 | 54 |
| Binary | 1111100 | 1000100 | 10011011 | 10100 | 111000 | 0 | 100111 | 100010111 | 100111 | 101100 |
Color Harmonies of #7C449B
Complementary color
Monochromatic Colors of #7C449B
Black with #7C449B
Text Example
Text Example
White with #7C449B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C449B; }
p { color: rgb(124,68,155); }
H1.HeaderClassName
{
color: #7C449B;
}
.AnyTagClassName
{
color: #7C449B;
}
</style>
background-color css
<style>
a { background-color: #7C449B; }
a { background-color: rgb(124,68,155); }
div.DivClassName
{
background-color: #7C449B;
}
.BgClassName
{
background-color: #7C449B;
}
</style>
border-color css
<style>
span { border-color: #7C449B; }
span { border-color: rgb(124,68,155); }
td.TdClassName
{
border-color: #7C449B;
}
.TagClassName
{
border-color: #7C449B;
}
</style>