Shades of Studio #7F40AB
Tints of Studio #7F40AB
RGB
CMYK
RGB Variations
Color information
#7F40AB (or 0x7F40AB) is known color: Studio. HEX triplet: 7F, 40 and AB. RGB value is (127,64,171). Sum of RGB (Red+Green+Blue) = 127+64+171=362 (47% of max value = 765). Red value is 127 (50% from 255 or 35.08% from 362); Green value is 64 (25.39% from 255 or 17.68% from 362); Blue value is 171 (67.19% from 255 or 47.24% from 362); Max value from RGB is 171 - color contains mainly: blue. Hex color #7F40AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F40AB is #80BF54. Grayscale: #5E5E5E. Windows color (decimal): -8437589 or 11223167. OLE color: 11223167.
HSL color Cylindrical-coordinate representation of color #7F40AB: hue angle of 275.33º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7F40AB is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 64 | 171 | - |
| CMYK | 0.26 | 0.63 | 0 | 0.33 |
| HSL | 275.33º | 0.46% | 0.46% | - |
| HSV(B) | 275.33º | 0.63% | 0.67% | - |
| XYZ | 17.94 | 11.12 | 39.73 | - |
| YUV | 95.04 | 170.87 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 64 | 171 | 0.26 | 0.63 | 0 | 0.33 | 275.33 | 0.46 | 0.46 |
| Hex | 7F | 40 | AB | 1A | 3F | 0 | 21 | 113 | 2E | 2E |
| Octal | 177 | 100 | 253 | 32 | 77 | 0 | 41 | 423 | 56 | 56 |
| Binary | 1111111 | 1000000 | 10101011 | 11010 | 111111 | 0 | 100001 | 100010011 | 101110 | 101110 |
Color Harmonies of #7F40AB
Complementary color
Monochromatic Colors of #7F40AB
Black with #7F40AB
Text Example
Text Example
White with #7F40AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F40AB; }
p { color: rgb(127,64,171); }
H1.HeaderClassName
{
color: #7F40AB;
}
.AnyTagClassName
{
color: #7F40AB;
}
</style>
background-color css
<style>
a { background-color: #7F40AB; }
a { background-color: rgb(127,64,171); }
div.DivClassName
{
background-color: #7F40AB;
}
.BgClassName
{
background-color: #7F40AB;
}
</style>
border-color css
<style>
span { border-color: #7F40AB; }
span { border-color: rgb(127,64,171); }
td.TdClassName
{
border-color: #7F40AB;
}
.TagClassName
{
border-color: #7F40AB;
}
</style>