Shades of Studio #7947A4
Tints of Studio #7947A4
RGB
CMYK
RGB Variations
Color information
#7947A4 (or 0x7947A4) is known color: Studio. HEX triplet: 79, 47 and A4. RGB value is (121,71,164). Sum of RGB (Red+Green+Blue) = 121+71+164=356 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.99% from 356); Green value is 71 (28.12% from 255 or 19.94% from 356); Blue value is 164 (64.45% from 255 or 46.07% from 356); Max value from RGB is 164 - color contains mainly: blue. Hex color #7947A4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7947A4 is #86B85B. Grayscale: #606060. Windows color (decimal): -8829020 or 10766201. OLE color: 10766201.
HSL color Cylindrical-coordinate representation of color #7947A4: hue angle of 272.26º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7947A4 is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 121 | 71 | 164 | - |
| CMYK | 0.26 | 0.57 | 0 | 0.36 |
| HSL | 272.26º | 0.4% | 0.46% | - |
| HSV(B) | 272.26º | 0.57% | 0.64% | - |
| XYZ | 16.84 | 11.25 | 36.41 | - |
| YUV | 96.55 | 166.07 | 145.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 71 | 164 | 0.26 | 0.57 | 0 | 0.36 | 272.26 | 0.4 | 0.46 |
| Hex | 79 | 47 | A4 | 1A | 39 | 0 | 24 | 110 | 28 | 2E |
| Octal | 171 | 107 | 244 | 32 | 71 | 0 | 44 | 420 | 50 | 56 |
| Binary | 1111001 | 1000111 | 10100100 | 11010 | 111001 | 0 | 100100 | 100010000 | 101000 | 101110 |
Color Harmonies of #7947A4
Complementary color
Monochromatic Colors of #7947A4
Black with #7947A4
Text Example
Text Example
White with #7947A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7947A4; }
p { color: rgb(121,71,164); }
H1.HeaderClassName
{
color: #7947A4;
}
.AnyTagClassName
{
color: #7947A4;
}
</style>
background-color css
<style>
a { background-color: #7947A4; }
a { background-color: rgb(121,71,164); }
div.DivClassName
{
background-color: #7947A4;
}
.BgClassName
{
background-color: #7947A4;
}
</style>
border-color css
<style>
span { border-color: #7947A4; }
span { border-color: rgb(121,71,164); }
td.TdClassName
{
border-color: #7947A4;
}
.TagClassName
{
border-color: #7947A4;
}
</style>