Shades of Studio #7F3DB9
Tints of Studio #7F3DB9
RGB
CMYK
RGB Variations
Color information
#7F3DB9 (or 0x7F3DB9) is known color: Studio. HEX triplet: 7F, 3D and B9. RGB value is (127,61,185). Sum of RGB (Red+Green+Blue) = 127+61+185=373 (49% of max value = 765). Red value is 127 (50% from 255 or 34.05% from 373); Green value is 61 (24.22% from 255 or 16.35% from 373); Blue value is 185 (72.66% from 255 or 49.60% from 373); Max value from RGB is 185 - color contains mainly: blue. Hex color #7F3DB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F3DB9 is #80C246. Grayscale: #5E5E5E. Windows color (decimal): -8438343 or 12139903. OLE color: 12139903.
HSL color Cylindrical-coordinate representation of color #7F3DB9: hue angle of 271.94º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7F3DB9 is Cyan = 0.31, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 127 | 61 | 185 | - |
| CMYK | 0.31 | 0.67 | 0 | 0.27 |
| HSL | 271.94º | 0.5% | 0.48% | - |
| HSV(B) | 271.94º | 0.67% | 0.73% | - |
| XYZ | 19.18 | 11.35 | 47.08 | - |
| YUV | 94.87 | 178.87 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 61 | 185 | 0.31 | 0.67 | 0 | 0.27 | 271.94 | 0.5 | 0.48 |
| Hex | 7F | 3D | B9 | 1F | 43 | 0 | 1B | 110 | 32 | 30 |
| Octal | 177 | 75 | 271 | 37 | 103 | 0 | 33 | 420 | 62 | 60 |
| Binary | 1111111 | 111101 | 10111001 | 11111 | 1000011 | 0 | 11011 | 100010000 | 110010 | 110000 |
Color Harmonies of #7F3DB9
Complementary color
Monochromatic Colors of #7F3DB9
Black with #7F3DB9
Text Example
Text Example
White with #7F3DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3DB9; }
p { color: rgb(127,61,185); }
H1.HeaderClassName
{
color: #7F3DB9;
}
.AnyTagClassName
{
color: #7F3DB9;
}
</style>
background-color css
<style>
a { background-color: #7F3DB9; }
a { background-color: rgb(127,61,185); }
div.DivClassName
{
background-color: #7F3DB9;
}
.BgClassName
{
background-color: #7F3DB9;
}
</style>
border-color css
<style>
span { border-color: #7F3DB9; }
span { border-color: rgb(127,61,185); }
td.TdClassName
{
border-color: #7F3DB9;
}
.TagClassName
{
border-color: #7F3DB9;
}
</style>