Shades of Studio #7F3DAC
Tints of Studio #7F3DAC
RGB
CMYK
RGB Variations
Color information
#7F3DAC (or 0x7F3DAC) is known color: Studio. HEX triplet: 7F, 3D and AC. RGB value is (127,61,172). Sum of RGB (Red+Green+Blue) = 127+61+172=360 (47% of max value = 765). Red value is 127 (50% from 255 or 35.28% from 360); Green value is 61 (24.22% from 255 or 16.94% from 360); Blue value is 172 (67.58% from 255 or 47.78% from 360); Max value from RGB is 172 - color contains mainly: blue. Hex color #7F3DAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F3DAC is #80C253. Grayscale: #5D5D5D. Windows color (decimal): -8438356 or 11287935. OLE color: 11287935.
HSL color Cylindrical-coordinate representation of color #7F3DAC: hue angle of 275.68º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7F3DAC is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 61 | 172 | - |
| CMYK | 0.26 | 0.65 | 0 | 0.33 |
| HSL | 275.68º | 0.48% | 0.46% | - |
| HSV(B) | 275.68º | 0.65% | 0.67% | - |
| XYZ | 17.87 | 10.83 | 40.18 | - |
| YUV | 93.39 | 172.37 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 61 | 172 | 0.26 | 0.65 | 0 | 0.33 | 275.68 | 0.48 | 0.46 |
| Hex | 7F | 3D | AC | 1A | 41 | 0 | 21 | 114 | 30 | 2E |
| Octal | 177 | 75 | 254 | 32 | 101 | 0 | 41 | 424 | 60 | 56 |
| Binary | 1111111 | 111101 | 10101100 | 11010 | 1000001 | 0 | 100001 | 100010100 | 110000 | 101110 |
Color Harmonies of #7F3DAC
Complementary color
Monochromatic Colors of #7F3DAC
Black with #7F3DAC
Text Example
Text Example
White with #7F3DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3DAC; }
p { color: rgb(127,61,172); }
H1.HeaderClassName
{
color: #7F3DAC;
}
.AnyTagClassName
{
color: #7F3DAC;
}
</style>
background-color css
<style>
a { background-color: #7F3DAC; }
a { background-color: rgb(127,61,172); }
div.DivClassName
{
background-color: #7F3DAC;
}
.BgClassName
{
background-color: #7F3DAC;
}
</style>
border-color css
<style>
span { border-color: #7F3DAC; }
span { border-color: rgb(127,61,172); }
td.TdClassName
{
border-color: #7F3DAC;
}
.TagClassName
{
border-color: #7F3DAC;
}
</style>