Shades of Studio #7841AD
Tints of Studio #7841AD
RGB
CMYK
RGB Variations
Color information
#7841AD (or 0x7841AD) is known color: Studio. HEX triplet: 78, 41 and AD. RGB value is (120,65,173). Sum of RGB (Red+Green+Blue) = 120+65+173=358 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.52% from 358); Green value is 65 (25.78% from 255 or 18.16% from 358); Blue value is 173 (67.97% from 255 or 48.32% from 358); Max value from RGB is 173 - color contains mainly: blue. Hex color #7841AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7841AD is #87BE52. Grayscale: #5D5D5D. Windows color (decimal): -8896083 or 11354488. OLE color: 11354488.
HSL color Cylindrical-coordinate representation of color #7841AD: hue angle of 270.56º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7841AD is Cyan = 0.31, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 120 | 65 | 173 | - |
| CMYK | 0.31 | 0.62 | 0 | 0.32 |
| HSL | 270.56º | 0.45% | 0.47% | - |
| HSV(B) | 270.56º | 0.62% | 0.68% | - |
| XYZ | 17.18 | 10.79 | 40.71 | - |
| YUV | 93.76 | 172.72 | 146.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 65 | 173 | 0.31 | 0.62 | 0 | 0.32 | 270.56 | 0.45 | 0.47 |
| Hex | 78 | 41 | AD | 1F | 3E | 0 | 20 | 10F | 2D | 2F |
| Octal | 170 | 101 | 255 | 37 | 76 | 0 | 40 | 417 | 55 | 57 |
| Binary | 1111000 | 1000001 | 10101101 | 11111 | 111110 | 0 | 100000 | 100001111 | 101101 | 101111 |
Color Harmonies of #7841AD
Complementary color
Monochromatic Colors of #7841AD
Black with #7841AD
Text Example
Text Example
White with #7841AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7841AD; }
p { color: rgb(120,65,173); }
H1.HeaderClassName
{
color: #7841AD;
}
.AnyTagClassName
{
color: #7841AD;
}
</style>
background-color css
<style>
a { background-color: #7841AD; }
a { background-color: rgb(120,65,173); }
div.DivClassName
{
background-color: #7841AD;
}
.BgClassName
{
background-color: #7841AD;
}
</style>
border-color css
<style>
span { border-color: #7841AD; }
span { border-color: rgb(120,65,173); }
td.TdClassName
{
border-color: #7841AD;
}
.TagClassName
{
border-color: #7841AD;
}
</style>