Shades of Studio #7F4FB5
Tints of Studio #7F4FB5
RGB
CMYK
RGB Variations
Color information
#7F4FB5 (or 0x7F4FB5) is known color: Studio. HEX triplet: 7F, 4F and B5. RGB value is (127,79,181). Sum of RGB (Red+Green+Blue) = 127+79+181=387 (51% of max value = 765). Red value is 127 (50% from 255 or 32.82% from 387); Green value is 79 (31.25% from 255 or 20.41% from 387); Blue value is 181 (71.09% from 255 or 46.77% from 387); Max value from RGB is 181 - color contains mainly: blue. Hex color #7F4FB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F4FB5 is #80B04A. Grayscale: #686868. Windows color (decimal): -8433739 or 11882367. OLE color: 11882367.
HSL color Cylindrical-coordinate representation of color #7F4FB5: hue angle of 268.24º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7F4FB5 is Cyan = 0.30, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 127 | 79 | 181 | - |
| CMYK | 0.30 | 0.56 | 0 | 0.29 |
| HSL | 268.24º | 0.41% | 0.51% | - |
| HSV(B) | 268.24º | 0.56% | 0.71% | - |
| XYZ | 19.89 | 13.44 | 45.26 | - |
| YUV | 104.98 | 170.9 | 143.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 79 | 181 | 0.30 | 0.56 | 0 | 0.29 | 268.24 | 0.41 | 0.51 |
| Hex | 7F | 4F | B5 | 1E | 38 | 0 | 1D | 10C | 29 | 33 |
| Octal | 177 | 117 | 265 | 36 | 70 | 0 | 35 | 414 | 51 | 63 |
| Binary | 1111111 | 1001111 | 10110101 | 11110 | 111000 | 0 | 11101 | 100001100 | 101001 | 110011 |
Color Harmonies of #7F4FB5
Complementary color
Monochromatic Colors of #7F4FB5
Black with #7F4FB5
Text Example
Text Example
White with #7F4FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F4FB5; }
p { color: rgb(127,79,181); }
H1.HeaderClassName
{
color: #7F4FB5;
}
.AnyTagClassName
{
color: #7F4FB5;
}
</style>
background-color css
<style>
a { background-color: #7F4FB5; }
a { background-color: rgb(127,79,181); }
div.DivClassName
{
background-color: #7F4FB5;
}
.BgClassName
{
background-color: #7F4FB5;
}
</style>
border-color css
<style>
span { border-color: #7F4FB5; }
span { border-color: rgb(127,79,181); }
td.TdClassName
{
border-color: #7F4FB5;
}
.TagClassName
{
border-color: #7F4FB5;
}
</style>