Shades of Studio #7F51AA
Tints of Studio #7F51AA
RGB
CMYK
RGB Variations
Color information
#7F51AA (or 0x7F51AA) is known color: Studio. HEX triplet: 7F, 51 and AA. RGB value is (127,81,170). Sum of RGB (Red+Green+Blue) = 127+81+170=378 (50% of max value = 765). Red value is 127 (50% from 255 or 33.60% from 378); Green value is 81 (32.03% from 255 or 21.43% from 378); Blue value is 170 (66.80% from 255 or 44.97% from 378); Max value from RGB is 170 - color contains mainly: blue. Hex color #7F51AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F51AA is #80AE55. Grayscale: #686868. Windows color (decimal): -8433238 or 11161983. OLE color: 11161983.
HSL color Cylindrical-coordinate representation of color #7F51AA: hue angle of 271.01º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7F51AA is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 81 | 170 | - |
| CMYK | 0.25 | 0.52 | 0 | 0.33 |
| HSL | 271.01º | 0.35% | 0.49% | - |
| HSV(B) | 271.01º | 0.52% | 0.67% | - |
| XYZ | 18.95 | 13.3 | 39.6 | - |
| YUV | 104.9 | 164.74 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 81 | 170 | 0.25 | 0.52 | 0 | 0.33 | 271.01 | 0.35 | 0.49 |
| Hex | 7F | 51 | AA | 19 | 34 | 0 | 21 | 10F | 23 | 31 |
| Octal | 177 | 121 | 252 | 31 | 64 | 0 | 41 | 417 | 43 | 61 |
| Binary | 1111111 | 1010001 | 10101010 | 11001 | 110100 | 0 | 100001 | 100001111 | 100011 | 110001 |
Color Harmonies of #7F51AA
Complementary color
Monochromatic Colors of #7F51AA
Black with #7F51AA
Text Example
Text Example
White with #7F51AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F51AA; }
p { color: rgb(127,81,170); }
H1.HeaderClassName
{
color: #7F51AA;
}
.AnyTagClassName
{
color: #7F51AA;
}
</style>
background-color css
<style>
a { background-color: #7F51AA; }
a { background-color: rgb(127,81,170); }
div.DivClassName
{
background-color: #7F51AA;
}
.BgClassName
{
background-color: #7F51AA;
}
</style>
border-color css
<style>
span { border-color: #7F51AA; }
span { border-color: rgb(127,81,170); }
td.TdClassName
{
border-color: #7F51AA;
}
.TagClassName
{
border-color: #7F51AA;
}
</style>