Shades of Studio #7F41BA
Tints of Studio #7F41BA
RGB
CMYK
RGB Variations
Color information
#7F41BA (or 0x7F41BA) is known color: Studio. HEX triplet: 7F, 41 and BA. RGB value is (127,65,186). Sum of RGB (Red+Green+Blue) = 127+65+186=378 (50% of max value = 765). Red value is 127 (50% from 255 or 33.60% from 378); Green value is 65 (25.78% from 255 or 17.20% from 378); Blue value is 186 (73.05% from 255 or 49.21% from 378); Max value from RGB is 186 - color contains mainly: blue. Hex color #7F41BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F41BA is #80BE45. Grayscale: #606060. Windows color (decimal): -8437318 or 12206463. OLE color: 12206463.
HSL color Cylindrical-coordinate representation of color #7F41BA: hue angle of 270.74º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7F41BA is Cyan = 0.32, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 127 | 65 | 186 | - |
| CMYK | 0.32 | 0.65 | 0 | 0.27 |
| HSL | 270.74º | 0.48% | 0.49% | - |
| HSV(B) | 270.74º | 0.65% | 0.73% | - |
| XYZ | 19.51 | 11.84 | 47.71 | - |
| YUV | 97.33 | 178.04 | 149.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 65 | 186 | 0.32 | 0.65 | 0 | 0.27 | 270.74 | 0.48 | 0.49 |
| Hex | 7F | 41 | BA | 20 | 41 | 0 | 1B | 10F | 30 | 31 |
| Octal | 177 | 101 | 272 | 40 | 101 | 0 | 33 | 417 | 60 | 61 |
| Binary | 1111111 | 1000001 | 10111010 | 100000 | 1000001 | 0 | 11011 | 100001111 | 110000 | 110001 |
Color Harmonies of #7F41BA
Complementary color
Monochromatic Colors of #7F41BA
Black with #7F41BA
Text Example
Text Example
White with #7F41BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F41BA; }
p { color: rgb(127,65,186); }
H1.HeaderClassName
{
color: #7F41BA;
}
.AnyTagClassName
{
color: #7F41BA;
}
</style>
background-color css
<style>
a { background-color: #7F41BA; }
a { background-color: rgb(127,65,186); }
div.DivClassName
{
background-color: #7F41BA;
}
.BgClassName
{
background-color: #7F41BA;
}
</style>
border-color css
<style>
span { border-color: #7F41BA; }
span { border-color: rgb(127,65,186); }
td.TdClassName
{
border-color: #7F41BA;
}
.TagClassName
{
border-color: #7F41BA;
}
</style>