Shades of Studio #7F41BF
Tints of Studio #7F41BF
RGB
CMYK
RGB Variations
Color information
#7F41BF (or 0x7F41BF) is known color: Studio. HEX triplet: 7F, 41 and BF. RGB value is (127,65,191). Sum of RGB (Red+Green+Blue) = 127+65+191=383 (50% of max value = 765). Red value is 127 (50% from 255 or 33.16% from 383); Green value is 65 (25.78% from 255 or 16.97% from 383); Blue value is 191 (75% from 255 or 49.87% from 383); Max value from RGB is 191 - color contains mainly: blue. Hex color #7F41BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F41BF is #80BE40. Grayscale: #616161. Windows color (decimal): -8437313 or 12534143. OLE color: 12534143.
HSL color Cylindrical-coordinate representation of color #7F41BF: hue angle of 269.52º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7F41BF is Cyan = 0.34, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 127 | 65 | 191 | - |
| CMYK | 0.34 | 0.66 | 0 | 0.25 |
| HSL | 269.52º | 0.5% | 0.5% | - |
| HSV(B) | 269.52º | 0.66% | 0.75% | - |
| XYZ | 20.05 | 12.05 | 50.56 | - |
| YUV | 97.9 | 180.54 | 148.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 65 | 191 | 0.34 | 0.66 | 0 | 0.25 | 269.52 | 0.5 | 0.5 |
| Hex | 7F | 41 | BF | 22 | 42 | 0 | 19 | 10E | 32 | 32 |
| Octal | 177 | 101 | 277 | 42 | 102 | 0 | 31 | 416 | 62 | 62 |
| Binary | 1111111 | 1000001 | 10111111 | 100010 | 1000010 | 0 | 11001 | 100001110 | 110010 | 110010 |
Color Harmonies of #7F41BF
Complementary color
Monochromatic Colors of #7F41BF
Black with #7F41BF
Text Example
Text Example
White with #7F41BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F41BF; }
p { color: rgb(127,65,191); }
H1.HeaderClassName
{
color: #7F41BF;
}
.AnyTagClassName
{
color: #7F41BF;
}
</style>
background-color css
<style>
a { background-color: #7F41BF; }
a { background-color: rgb(127,65,191); }
div.DivClassName
{
background-color: #7F41BF;
}
.BgClassName
{
background-color: #7F41BF;
}
</style>
border-color css
<style>
span { border-color: #7F41BF; }
span { border-color: rgb(127,65,191); }
td.TdClassName
{
border-color: #7F41BF;
}
.TagClassName
{
border-color: #7F41BF;
}
</style>