Shades of Studio #7F3FAA
Tints of Studio #7F3FAA
RGB
CMYK
RGB Variations
Color information
#7F3FAA (or 0x7F3FAA) is known color: Studio. HEX triplet: 7F, 3F and AA. RGB value is (127,63,170). Sum of RGB (Red+Green+Blue) = 127+63+170=360 (47% of max value = 765). Red value is 127 (50% from 255 or 35.28% from 360); Green value is 63 (25% from 255 or 17.5% from 360); Blue value is 170 (66.80% from 255 or 47.22% from 360); Max value from RGB is 170 - color contains mainly: blue. Hex color #7F3FAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F3FAA is #80C055. Grayscale: #5D5D5D. Windows color (decimal): -8437846 or 11157375. OLE color: 11157375.
HSL color Cylindrical-coordinate representation of color #7F3FAA: hue angle of 275.89º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7F3FAA is Cyan = 0.25, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 63 | 170 | - |
| CMYK | 0.25 | 0.63 | 0 | 0.33 |
| HSL | 275.89º | 0.46% | 0.46% | - |
| HSV(B) | 275.89º | 0.63% | 0.67% | - |
| XYZ | 17.79 | 10.97 | 39.21 | - |
| YUV | 94.33 | 170.7 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 63 | 170 | 0.25 | 0.63 | 0 | 0.33 | 275.89 | 0.46 | 0.46 |
| Hex | 7F | 3F | AA | 19 | 3F | 0 | 21 | 114 | 2E | 2E |
| Octal | 177 | 77 | 252 | 31 | 77 | 0 | 41 | 424 | 56 | 56 |
| Binary | 1111111 | 111111 | 10101010 | 11001 | 111111 | 0 | 100001 | 100010100 | 101110 | 101110 |
Color Harmonies of #7F3FAA
Complementary color
Monochromatic Colors of #7F3FAA
Black with #7F3FAA
Text Example
Text Example
White with #7F3FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3FAA; }
p { color: rgb(127,63,170); }
H1.HeaderClassName
{
color: #7F3FAA;
}
.AnyTagClassName
{
color: #7F3FAA;
}
</style>
background-color css
<style>
a { background-color: #7F3FAA; }
a { background-color: rgb(127,63,170); }
div.DivClassName
{
background-color: #7F3FAA;
}
.BgClassName
{
background-color: #7F3FAA;
}
</style>
border-color css
<style>
span { border-color: #7F3FAA; }
span { border-color: rgb(127,63,170); }
td.TdClassName
{
border-color: #7F3FAA;
}
.TagClassName
{
border-color: #7F3FAA;
}
</style>