Shades of Studio #7F4CBE
Tints of Studio #7F4CBE
RGB
CMYK
RGB Variations
Color information
#7F4CBE (or 0x7F4CBE) is known color: Studio. HEX triplet: 7F, 4C and BE. RGB value is (127,76,190). Sum of RGB (Red+Green+Blue) = 127+76+190=393 (52% of max value = 765). Red value is 127 (50% from 255 or 32.32% from 393); Green value is 76 (30.08% from 255 or 19.34% from 393); Blue value is 190 (74.61% from 255 or 48.35% from 393); Max value from RGB is 190 - color contains mainly: blue. Hex color #7F4CBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F4CBE is #80B341. Grayscale: #676767. Windows color (decimal): -8434498 or 12471423. OLE color: 12471423.
HSL color Cylindrical-coordinate representation of color #7F4CBE: hue angle of 266.84º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7F4CBE is Cyan = 0.33, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 127 | 76 | 190 | - |
| CMYK | 0.33 | 0.60 | 0 | 0.25 |
| HSL | 266.84º | 0.47% | 0.52% | - |
| HSV(B) | 266.84º | 0.6% | 0.75% | - |
| XYZ | 20.63 | 13.4 | 50.21 | - |
| YUV | 104.25 | 176.4 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 76 | 190 | 0.33 | 0.60 | 0 | 0.25 | 266.84 | 0.47 | 0.52 |
| Hex | 7F | 4C | BE | 21 | 3C | 0 | 19 | 10B | 2F | 34 |
| Octal | 177 | 114 | 276 | 41 | 74 | 0 | 31 | 413 | 57 | 64 |
| Binary | 1111111 | 1001100 | 10111110 | 100001 | 111100 | 0 | 11001 | 100001011 | 101111 | 110100 |
Color Harmonies of #7F4CBE
Complementary color
Monochromatic Colors of #7F4CBE
Black with #7F4CBE
Text Example
Text Example
White with #7F4CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F4CBE; }
p { color: rgb(127,76,190); }
H1.HeaderClassName
{
color: #7F4CBE;
}
.AnyTagClassName
{
color: #7F4CBE;
}
</style>
background-color css
<style>
a { background-color: #7F4CBE; }
a { background-color: rgb(127,76,190); }
div.DivClassName
{
background-color: #7F4CBE;
}
.BgClassName
{
background-color: #7F4CBE;
}
</style>
border-color css
<style>
span { border-color: #7F4CBE; }
span { border-color: rgb(127,76,190); }
td.TdClassName
{
border-color: #7F4CBE;
}
.TagClassName
{
border-color: #7F4CBE;
}
</style>