Shades of Studio #7F4AAA
Tints of Studio #7F4AAA
RGB
CMYK
RGB Variations
Color information
#7F4AAA (or 0x7F4AAA) is known color: Studio. HEX triplet: 7F, 4A and AA. RGB value is (127,74,170). Sum of RGB (Red+Green+Blue) = 127+74+170=371 (49% of max value = 765). Red value is 127 (50% from 255 or 34.23% from 371); Green value is 74 (29.30% from 255 or 19.95% from 371); Blue value is 170 (66.80% from 255 or 45.82% from 371); Max value from RGB is 170 - color contains mainly: blue. Hex color #7F4AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F4AAA is #80B555. Grayscale: #646464. Windows color (decimal): -8435030 or 11160191. OLE color: 11160191.
HSL color Cylindrical-coordinate representation of color #7F4AAA: hue angle of 273.12º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7F4AAA is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 74 | 170 | - |
| CMYK | 0.25 | 0.56 | 0 | 0.33 |
| HSL | 273.13º | 0.39% | 0.48% | - |
| HSV(B) | 273.13º | 0.56% | 0.67% | - |
| XYZ | 18.46 | 12.31 | 39.43 | - |
| YUV | 100.79 | 167.06 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 74 | 170 | 0.25 | 0.56 | 0 | 0.33 | 273.13 | 0.39 | 0.48 |
| Hex | 7F | 4A | AA | 19 | 38 | 0 | 21 | 111 | 27 | 30 |
| Octal | 177 | 112 | 252 | 31 | 70 | 0 | 41 | 421 | 47 | 60 |
| Binary | 1111111 | 1001010 | 10101010 | 11001 | 111000 | 0 | 100001 | 100010001 | 100111 | 110000 |
Color Harmonies of #7F4AAA
Complementary color
Monochromatic Colors of #7F4AAA
Black with #7F4AAA
Text Example
Text Example
White with #7F4AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F4AAA; }
p { color: rgb(127,74,170); }
H1.HeaderClassName
{
color: #7F4AAA;
}
.AnyTagClassName
{
color: #7F4AAA;
}
</style>
background-color css
<style>
a { background-color: #7F4AAA; }
a { background-color: rgb(127,74,170); }
div.DivClassName
{
background-color: #7F4AAA;
}
.BgClassName
{
background-color: #7F4AAA;
}
</style>
border-color css
<style>
span { border-color: #7F4AAA; }
span { border-color: rgb(127,74,170); }
td.TdClassName
{
border-color: #7F4AAA;
}
.TagClassName
{
border-color: #7F4AAA;
}
</style>