Shades of Studio #7F52BA
Tints of Studio #7F52BA
RGB
CMYK
RGB Variations
Color information
#7F52BA (or 0x7F52BA) is known color: Studio. HEX triplet: 7F, 52 and BA. RGB value is (127,82,186). Sum of RGB (Red+Green+Blue) = 127+82+186=395 (52% of max value = 765). Red value is 127 (50% from 255 or 32.15% from 395); Green value is 82 (32.42% from 255 or 20.76% from 395); Blue value is 186 (73.05% from 255 or 47.09% from 395); Max value from RGB is 186 - color contains mainly: blue. Hex color #7F52BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F52BA is #80AD45. Grayscale: #6A6A6A. Windows color (decimal): -8432966 or 12210815. OLE color: 12210815.
HSL color Cylindrical-coordinate representation of color #7F52BA: hue angle of 265.96º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7F52BA is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 127 | 82 | 186 | - |
| CMYK | 0.32 | 0.56 | 0 | 0.27 |
| HSL | 265.96º | 0.43% | 0.53% | - |
| HSV(B) | 265.96º | 0.56% | 0.73% | - |
| XYZ | 20.63 | 14.09 | 48.09 | - |
| YUV | 107.31 | 172.41 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 82 | 186 | 0.32 | 0.56 | 0 | 0.27 | 265.96 | 0.43 | 0.53 |
| Hex | 7F | 52 | BA | 20 | 38 | 0 | 1B | 10A | 2B | 35 |
| Octal | 177 | 122 | 272 | 40 | 70 | 0 | 33 | 412 | 53 | 65 |
| Binary | 1111111 | 1010010 | 10111010 | 100000 | 111000 | 0 | 11011 | 100001010 | 101011 | 110101 |
Color Harmonies of #7F52BA
Complementary color
Monochromatic Colors of #7F52BA
Black with #7F52BA
Text Example
Text Example
White with #7F52BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F52BA; }
p { color: rgb(127,82,186); }
H1.HeaderClassName
{
color: #7F52BA;
}
.AnyTagClassName
{
color: #7F52BA;
}
</style>
background-color css
<style>
a { background-color: #7F52BA; }
a { background-color: rgb(127,82,186); }
div.DivClassName
{
background-color: #7F52BA;
}
.BgClassName
{
background-color: #7F52BA;
}
</style>
border-color css
<style>
span { border-color: #7F52BA; }
span { border-color: rgb(127,82,186); }
td.TdClassName
{
border-color: #7F52BA;
}
.TagClassName
{
border-color: #7F52BA;
}
</style>