Shades of Studio #7F3FAF
Tints of Studio #7F3FAF
RGB
CMYK
RGB Variations
Color information
#7F3FAF (or 0x7F3FAF) is known color: Studio. HEX triplet: 7F, 3F and AF. RGB value is (127,63,175). Sum of RGB (Red+Green+Blue) = 127+63+175=365 (48% of max value = 765). Red value is 127 (50% from 255 or 34.79% from 365); Green value is 63 (25% from 255 or 17.26% from 365); Blue value is 175 (68.75% from 255 or 47.95% from 365); Max value from RGB is 175 - color contains mainly: blue. Hex color #7F3FAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F3FAF is #80C050. Grayscale: #5E5E5E. Windows color (decimal): -8437841 or 11485055. OLE color: 11485055.
HSL color Cylindrical-coordinate representation of color #7F3FAF: hue angle of 274.29º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7F3FAF is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 127 | 63 | 175 | - |
| CMYK | 0.27 | 0.64 | 0 | 0.31 |
| HSL | 274.29º | 0.47% | 0.47% | - |
| HSV(B) | 274.29º | 0.64% | 0.69% | - |
| XYZ | 18.27 | 11.16 | 41.75 | - |
| YUV | 94.9 | 173.2 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 63 | 175 | 0.27 | 0.64 | 0 | 0.31 | 274.29 | 0.47 | 0.47 |
| Hex | 7F | 3F | AF | 1B | 40 | 0 | 1F | 112 | 2F | 2F |
| Octal | 177 | 77 | 257 | 33 | 100 | 0 | 37 | 422 | 57 | 57 |
| Binary | 1111111 | 111111 | 10101111 | 11011 | 1000000 | 0 | 11111 | 100010010 | 101111 | 101111 |
Color Harmonies of #7F3FAF
Complementary color
Monochromatic Colors of #7F3FAF
Black with #7F3FAF
Text Example
Text Example
White with #7F3FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3FAF; }
p { color: rgb(127,63,175); }
H1.HeaderClassName
{
color: #7F3FAF;
}
.AnyTagClassName
{
color: #7F3FAF;
}
</style>
background-color css
<style>
a { background-color: #7F3FAF; }
a { background-color: rgb(127,63,175); }
div.DivClassName
{
background-color: #7F3FAF;
}
.BgClassName
{
background-color: #7F3FAF;
}
</style>
border-color css
<style>
span { border-color: #7F3FAF; }
span { border-color: rgb(127,63,175); }
td.TdClassName
{
border-color: #7F3FAF;
}
.TagClassName
{
border-color: #7F3FAF;
}
</style>