Shades of Studio #7F4FBD
Tints of Studio #7F4FBD
RGB
CMYK
RGB Variations
Color information
#7F4FBD (or 0x7F4FBD) is known color: Studio. HEX triplet: 7F, 4F and BD. RGB value is (127,79,189). Sum of RGB (Red+Green+Blue) = 127+79+189=395 (52% of max value = 765). Red value is 127 (50% from 255 or 32.15% from 395); Green value is 79 (31.25% from 255 or 20% from 395); Blue value is 189 (74.22% from 255 or 47.85% from 395); Max value from RGB is 189 - color contains mainly: blue. Hex color #7F4FBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F4FBD is #80B042. Grayscale: #696969. Windows color (decimal): -8433731 or 12406655. OLE color: 12406655.
HSL color Cylindrical-coordinate representation of color #7F4FBD: hue angle of 266.18º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7F4FBD is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 79 | 189 | - |
| CMYK | 0.33 | 0.58 | 0 | 0.26 |
| HSL | 266.18º | 0.45% | 0.53% | - |
| HSV(B) | 266.18º | 0.58% | 0.74% | - |
| XYZ | 20.73 | 13.78 | 49.71 | - |
| YUV | 105.89 | 174.9 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 79 | 189 | 0.33 | 0.58 | 0 | 0.26 | 266.18 | 0.45 | 0.53 |
| Hex | 7F | 4F | BD | 21 | 3A | 0 | 1A | 10A | 2D | 35 |
| Octal | 177 | 117 | 275 | 41 | 72 | 0 | 32 | 412 | 55 | 65 |
| Binary | 1111111 | 1001111 | 10111101 | 100001 | 111010 | 0 | 11010 | 100001010 | 101101 | 110101 |
Color Harmonies of #7F4FBD
Complementary color
Monochromatic Colors of #7F4FBD
Black with #7F4FBD
Text Example
Text Example
White with #7F4FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F4FBD; }
p { color: rgb(127,79,189); }
H1.HeaderClassName
{
color: #7F4FBD;
}
.AnyTagClassName
{
color: #7F4FBD;
}
</style>
background-color css
<style>
a { background-color: #7F4FBD; }
a { background-color: rgb(127,79,189); }
div.DivClassName
{
background-color: #7F4FBD;
}
.BgClassName
{
background-color: #7F4FBD;
}
</style>
border-color css
<style>
span { border-color: #7F4FBD; }
span { border-color: rgb(127,79,189); }
td.TdClassName
{
border-color: #7F4FBD;
}
.TagClassName
{
border-color: #7F4FBD;
}
</style>