Shades of Studio #7841AC
Tints of Studio #7841AC
RGB
CMYK
RGB Variations
Color information
#7841AC (or 0x7841AC) is known color: Studio. HEX triplet: 78, 41 and AC. RGB value is (120,65,172). Sum of RGB (Red+Green+Blue) = 120+65+172=357 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.61% from 357); Green value is 65 (25.78% from 255 or 18.21% from 357); Blue value is 172 (67.58% from 255 or 48.18% from 357); Max value from RGB is 172 - color contains mainly: blue. Hex color #7841AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7841AC is #87BE53. Grayscale: #5D5D5D. Windows color (decimal): -8896084 or 11288952. OLE color: 11288952.
HSL color Cylindrical-coordinate representation of color #7841AC: hue angle of 270.84º 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 #7841AC is Cyan = 0.30, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 65 | 172 | - |
| CMYK | 0.30 | 0.62 | 0 | 0.33 |
| HSL | 270.84º | 0.45% | 0.46% | - |
| HSV(B) | 270.84º | 0.62% | 0.67% | - |
| XYZ | 17.08 | 10.75 | 40.2 | - |
| YUV | 93.64 | 172.22 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 65 | 172 | 0.30 | 0.62 | 0 | 0.33 | 270.84 | 0.45 | 0.46 |
| Hex | 78 | 41 | AC | 1E | 3E | 0 | 21 | 10F | 2D | 2E |
| Octal | 170 | 101 | 254 | 36 | 76 | 0 | 41 | 417 | 55 | 56 |
| Binary | 1111000 | 1000001 | 10101100 | 11110 | 111110 | 0 | 100001 | 100001111 | 101101 | 101110 |
Color Harmonies of #7841AC
Complementary color
Monochromatic Colors of #7841AC
Black with #7841AC
Text Example
Text Example
White with #7841AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7841AC; }
p { color: rgb(120,65,172); }
H1.HeaderClassName
{
color: #7841AC;
}
.AnyTagClassName
{
color: #7841AC;
}
</style>
background-color css
<style>
a { background-color: #7841AC; }
a { background-color: rgb(120,65,172); }
div.DivClassName
{
background-color: #7841AC;
}
.BgClassName
{
background-color: #7841AC;
}
</style>
border-color css
<style>
span { border-color: #7841AC; }
span { border-color: rgb(120,65,172); }
td.TdClassName
{
border-color: #7841AC;
}
.TagClassName
{
border-color: #7841AC;
}
</style>