Shades of Studio #7F3FAC
Tints of Studio #7F3FAC
RGB
CMYK
RGB Variations
Color information
#7F3FAC (or 0x7F3FAC) is known color: Studio. HEX triplet: 7F, 3F and AC. RGB value is (127,63,172). Sum of RGB (Red+Green+Blue) = 127+63+172=362 (47% of max value = 765). Red value is 127 (50% from 255 or 35.08% from 362); Green value is 63 (25% from 255 or 17.40% from 362); Blue value is 172 (67.58% from 255 or 47.51% from 362); Max value from RGB is 172 - color contains mainly: blue. Hex color #7F3FAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F3FAC is #80C053. Grayscale: #5E5E5E. Windows color (decimal): -8437844 or 11288447. OLE color: 11288447.
HSL color Cylindrical-coordinate representation of color #7F3FAC: hue angle of 275.23º 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 #7F3FAC is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 63 | 172 | - |
| CMYK | 0.26 | 0.63 | 0 | 0.33 |
| HSL | 275.23º | 0.46% | 0.46% | - |
| HSV(B) | 275.23º | 0.63% | 0.67% | - |
| XYZ | 17.98 | 11.05 | 40.21 | - |
| YUV | 94.56 | 171.7 | 151.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 63 | 172 | 0.26 | 0.63 | 0 | 0.33 | 275.23 | 0.46 | 0.46 |
| Hex | 7F | 3F | AC | 1A | 3F | 0 | 21 | 113 | 2E | 2E |
| Octal | 177 | 77 | 254 | 32 | 77 | 0 | 41 | 423 | 56 | 56 |
| Binary | 1111111 | 111111 | 10101100 | 11010 | 111111 | 0 | 100001 | 100010011 | 101110 | 101110 |
Color Harmonies of #7F3FAC
Complementary color
Monochromatic Colors of #7F3FAC
Black with #7F3FAC
Text Example
Text Example
White with #7F3FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3FAC; }
p { color: rgb(127,63,172); }
H1.HeaderClassName
{
color: #7F3FAC;
}
.AnyTagClassName
{
color: #7F3FAC;
}
</style>
background-color css
<style>
a { background-color: #7F3FAC; }
a { background-color: rgb(127,63,172); }
div.DivClassName
{
background-color: #7F3FAC;
}
.BgClassName
{
background-color: #7F3FAC;
}
</style>
border-color css
<style>
span { border-color: #7F3FAC; }
span { border-color: rgb(127,63,172); }
td.TdClassName
{
border-color: #7F3FAC;
}
.TagClassName
{
border-color: #7F3FAC;
}
</style>