Shades of Studio #7F459D
Tints of Studio #7F459D
RGB
CMYK
RGB Variations
Color information
#7F459D (or 0x7F459D) is known color: Studio. HEX triplet: 7F, 45 and 9D. RGB value is (127,69,157). Sum of RGB (Red+Green+Blue) = 127+69+157=353 (46% of max value = 765). Red value is 127 (50% from 255 or 35.98% from 353); Green value is 69 (27.34% from 255 or 19.55% from 353); Blue value is 157 (61.72% from 255 or 44.48% from 353); Max value from RGB is 157 - color contains mainly: blue. Hex color #7F459D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F459D is #80BA62. Grayscale: #606060. Windows color (decimal): -8436323 or 10306943. OLE color: 10306943.
HSL color Cylindrical-coordinate representation of color #7F459D: hue angle of 279.55º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7F459D is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 127 | 69 | 157 | - |
| CMYK | 0.19 | 0.56 | 0 | 0.38 |
| HSL | 279.55º | 0.39% | 0.44% | - |
| HSV(B) | 279.55º | 0.56% | 0.62% | - |
| XYZ | 16.97 | 11.2 | 33.17 | - |
| YUV | 96.37 | 162.22 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 69 | 157 | 0.19 | 0.56 | 0 | 0.38 | 279.55 | 0.39 | 0.44 |
| Hex | 7F | 45 | 9D | 13 | 38 | 0 | 26 | 118 | 27 | 2C |
| Octal | 177 | 105 | 235 | 23 | 70 | 0 | 46 | 430 | 47 | 54 |
| Binary | 1111111 | 1000101 | 10011101 | 10011 | 111000 | 0 | 100110 | 100011000 | 100111 | 101100 |
Color Harmonies of #7F459D
Complementary color
Monochromatic Colors of #7F459D
Black with #7F459D
Text Example
Text Example
White with #7F459D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F459D; }
p { color: rgb(127,69,157); }
H1.HeaderClassName
{
color: #7F459D;
}
.AnyTagClassName
{
color: #7F459D;
}
</style>
background-color css
<style>
a { background-color: #7F459D; }
a { background-color: rgb(127,69,157); }
div.DivClassName
{
background-color: #7F459D;
}
.BgClassName
{
background-color: #7F459D;
}
</style>
border-color css
<style>
span { border-color: #7F459D; }
span { border-color: rgb(127,69,157); }
td.TdClassName
{
border-color: #7F459D;
}
.TagClassName
{
border-color: #7F459D;
}
</style>