Shades of Studio #7841AB
Tints of Studio #7841AB
RGB
CMYK
RGB Variations
Color information
#7841AB (or 0x7841AB) is known color: Studio. HEX triplet: 78, 41 and AB. RGB value is (120,65,171). Sum of RGB (Red+Green+Blue) = 120+65+171=356 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.71% from 356); Green value is 65 (25.78% from 255 or 18.26% from 356); Blue value is 171 (67.19% from 255 or 48.03% from 356); Max value from RGB is 171 - color contains mainly: blue. Hex color #7841AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7841AB is #87BE54. Grayscale: #5D5D5D. Windows color (decimal): -8896085 or 11223416. OLE color: 11223416.
HSL color Cylindrical-coordinate representation of color #7841AB: hue angle of 271.13º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7841AB is Cyan = 0.30, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 65 | 171 | - |
| CMYK | 0.30 | 0.62 | 0 | 0.33 |
| HSL | 271.13º | 0.45% | 0.46% | - |
| HSV(B) | 271.13º | 0.62% | 0.67% | - |
| XYZ | 16.99 | 10.71 | 39.7 | - |
| YUV | 93.53 | 171.72 | 146.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 65 | 171 | 0.30 | 0.62 | 0 | 0.33 | 271.13 | 0.45 | 0.46 |
| Hex | 78 | 41 | AB | 1E | 3E | 0 | 21 | 10F | 2D | 2E |
| Octal | 170 | 101 | 253 | 36 | 76 | 0 | 41 | 417 | 55 | 56 |
| Binary | 1111000 | 1000001 | 10101011 | 11110 | 111110 | 0 | 100001 | 100001111 | 101101 | 101110 |
Color Harmonies of #7841AB
Complementary color
Monochromatic Colors of #7841AB
Black with #7841AB
Text Example
Text Example
White with #7841AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7841AB; }
p { color: rgb(120,65,171); }
H1.HeaderClassName
{
color: #7841AB;
}
.AnyTagClassName
{
color: #7841AB;
}
</style>
background-color css
<style>
a { background-color: #7841AB; }
a { background-color: rgb(120,65,171); }
div.DivClassName
{
background-color: #7841AB;
}
.BgClassName
{
background-color: #7841AB;
}
</style>
border-color css
<style>
span { border-color: #7841AB; }
span { border-color: rgb(120,65,171); }
td.TdClassName
{
border-color: #7841AB;
}
.TagClassName
{
border-color: #7841AB;
}
</style>