Shades of Studio #7F439F
Tints of Studio #7F439F
RGB
CMYK
RGB Variations
Color information
#7F439F (or 0x7F439F) is known color: Studio. HEX triplet: 7F, 43 and 9F. RGB value is (127,67,159). Sum of RGB (Red+Green+Blue) = 127+67+159=353 (46% of max value = 765). Red value is 127 (50% from 255 or 35.98% from 353); Green value is 67 (26.56% from 255 or 18.98% from 353); Blue value is 159 (62.5% from 255 or 45.04% from 353); Max value from RGB is 159 - color contains mainly: blue. Hex color #7F439F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F439F is #80BC60. Grayscale: #5F5F5F. Windows color (decimal): -8436833 or 10437503. OLE color: 10437503.
HSL color Cylindrical-coordinate representation of color #7F439F: hue angle of 279.13º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7F439F is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 127 | 67 | 159 | - |
| CMYK | 0.20 | 0.58 | 0 | 0.38 |
| HSL | 279.13º | 0.41% | 0.44% | - |
| HSV(B) | 279.13º | 0.58% | 0.62% | - |
| XYZ | 17.02 | 11.03 | 34.03 | - |
| YUV | 95.43 | 163.88 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 67 | 159 | 0.20 | 0.58 | 0 | 0.38 | 279.13 | 0.41 | 0.44 |
| Hex | 7F | 43 | 9F | 14 | 3A | 0 | 26 | 117 | 29 | 2C |
| Octal | 177 | 103 | 237 | 24 | 72 | 0 | 46 | 427 | 51 | 54 |
| Binary | 1111111 | 1000011 | 10011111 | 10100 | 111010 | 0 | 100110 | 100010111 | 101001 | 101100 |
Color Harmonies of #7F439F
Complementary color
Monochromatic Colors of #7F439F
Black with #7F439F
Text Example
Text Example
White with #7F439F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F439F; }
p { color: rgb(127,67,159); }
H1.HeaderClassName
{
color: #7F439F;
}
.AnyTagClassName
{
color: #7F439F;
}
</style>
background-color css
<style>
a { background-color: #7F439F; }
a { background-color: rgb(127,67,159); }
div.DivClassName
{
background-color: #7F439F;
}
.BgClassName
{
background-color: #7F439F;
}
</style>
border-color css
<style>
span { border-color: #7F439F; }
span { border-color: rgb(127,67,159); }
td.TdClassName
{
border-color: #7F439F;
}
.TagClassName
{
border-color: #7F439F;
}
</style>