Shades of Studio #7F4AA3
Tints of Studio #7F4AA3
RGB
CMYK
RGB Variations
Color information
#7F4AA3 (or 0x7F4AA3) is known color: Studio. HEX triplet: 7F, 4A and A3. RGB value is (127,74,163). Sum of RGB (Red+Green+Blue) = 127+74+163=364 (48% of max value = 765). Red value is 127 (50% from 255 or 34.89% from 364); Green value is 74 (29.30% from 255 or 20.33% from 364); Blue value is 163 (64.06% from 255 or 44.78% from 364); Max value from RGB is 163 - color contains mainly: blue. Hex color #7F4AA3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F4AA3 is #80B55C. Grayscale: #636363. Windows color (decimal): -8435037 or 10701439. OLE color: 10701439.
HSL color Cylindrical-coordinate representation of color #7F4AA3: hue angle of 275.73º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7F4AA3 is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 127 | 74 | 163 | - |
| CMYK | 0.22 | 0.55 | 0 | 0.36 |
| HSL | 275.73º | 0.38% | 0.46% | - |
| HSV(B) | 275.73º | 0.55% | 0.64% | - |
| XYZ | 17.81 | 12.05 | 36.04 | - |
| YUV | 99.99 | 163.56 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 74 | 163 | 0.22 | 0.55 | 0 | 0.36 | 275.73 | 0.38 | 0.46 |
| Hex | 7F | 4A | A3 | 16 | 37 | 0 | 24 | 114 | 26 | 2E |
| Octal | 177 | 112 | 243 | 26 | 67 | 0 | 44 | 424 | 46 | 56 |
| Binary | 1111111 | 1001010 | 10100011 | 10110 | 110111 | 0 | 100100 | 100010100 | 100110 | 101110 |
Color Harmonies of #7F4AA3
Complementary color
Monochromatic Colors of #7F4AA3
Black with #7F4AA3
Text Example
Text Example
White with #7F4AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F4AA3; }
p { color: rgb(127,74,163); }
H1.HeaderClassName
{
color: #7F4AA3;
}
.AnyTagClassName
{
color: #7F4AA3;
}
</style>
background-color css
<style>
a { background-color: #7F4AA3; }
a { background-color: rgb(127,74,163); }
div.DivClassName
{
background-color: #7F4AA3;
}
.BgClassName
{
background-color: #7F4AA3;
}
</style>
border-color css
<style>
span { border-color: #7F4AA3; }
span { border-color: rgb(127,74,163); }
td.TdClassName
{
border-color: #7F4AA3;
}
.TagClassName
{
border-color: #7F4AA3;
}
</style>