Shades of Studio #7F57AA
Tints of Studio #7F57AA
RGB
CMYK
RGB Variations
Color information
#7F57AA (or 0x7F57AA) is known color: Studio. HEX triplet: 7F, 57 and AA. RGB value is (127,87,170). Sum of RGB (Red+Green+Blue) = 127+87+170=384 (50% of max value = 765). Red value is 127 (50% from 255 or 33.07% from 384); Green value is 87 (34.38% from 255 or 22.66% from 384); Blue value is 170 (66.80% from 255 or 44.27% from 384); Max value from RGB is 170 - color contains mainly: blue. Hex color #7F57AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F57AA is #80A855. Grayscale: #6C6C6C. Windows color (decimal): -8431702 or 11163519. OLE color: 11163519.
HSL color Cylindrical-coordinate representation of color #7F57AA: hue angle of 268.92º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7F57AA is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 87 | 170 | - |
| CMYK | 0.25 | 0.49 | 0 | 0.33 |
| HSL | 268.92º | 0.33% | 0.5% | - |
| HSV(B) | 268.92º | 0.49% | 0.67% | - |
| XYZ | 19.42 | 14.23 | 39.75 | - |
| YUV | 108.42 | 162.75 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 87 | 170 | 0.25 | 0.49 | 0 | 0.33 | 268.92 | 0.33 | 0.5 |
| Hex | 7F | 57 | AA | 19 | 31 | 0 | 21 | 10D | 21 | 32 |
| Octal | 177 | 127 | 252 | 31 | 61 | 0 | 41 | 415 | 41 | 62 |
| Binary | 1111111 | 1010111 | 10101010 | 11001 | 110001 | 0 | 100001 | 100001101 | 100001 | 110010 |
Color Harmonies of #7F57AA
Complementary color
Monochromatic Colors of #7F57AA
Black with #7F57AA
Text Example
Text Example
White with #7F57AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F57AA; }
p { color: rgb(127,87,170); }
H1.HeaderClassName
{
color: #7F57AA;
}
.AnyTagClassName
{
color: #7F57AA;
}
</style>
background-color css
<style>
a { background-color: #7F57AA; }
a { background-color: rgb(127,87,170); }
div.DivClassName
{
background-color: #7F57AA;
}
.BgClassName
{
background-color: #7F57AA;
}
</style>
border-color css
<style>
span { border-color: #7F57AA; }
span { border-color: rgb(127,87,170); }
td.TdClassName
{
border-color: #7F57AA;
}
.TagClassName
{
border-color: #7F57AA;
}
</style>