Shades of Studio #7451AD
Tints of Studio #7451AD
RGB
CMYK
RGB Variations
Color information
#7451AD (or 0x7451AD) is known color: Studio. HEX triplet: 74, 51 and AD. RGB value is (116,81,173). Sum of RGB (Red+Green+Blue) = 116+81+173=370 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.35% from 370); Green value is 81 (32.03% from 255 or 21.89% from 370); Blue value is 173 (67.97% from 255 or 46.76% from 370); Max value from RGB is 173 - color contains mainly: blue. Hex color #7451AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7451AD is #8BAE52. Grayscale: #656565. Windows color (decimal): -9154131 or 11358580. OLE color: 11358580.
HSL color Cylindrical-coordinate representation of color #7451AD: hue angle of 262.83º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7451AD is Cyan = 0.33, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 116 | 81 | 173 | - |
| CMYK | 0.33 | 0.53 | 0 | 0.32 |
| HSL | 262.83º | 0.36% | 0.5% | - |
| HSV(B) | 262.83º | 0.53% | 0.68% | - |
| XYZ | 17.69 | 12.61 | 41.04 | - |
| YUV | 101.95 | 168.1 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 81 | 173 | 0.33 | 0.53 | 0 | 0.32 | 262.83 | 0.36 | 0.5 |
| Hex | 74 | 51 | AD | 21 | 35 | 0 | 20 | 107 | 24 | 32 |
| Octal | 164 | 121 | 255 | 41 | 65 | 0 | 40 | 407 | 44 | 62 |
| Binary | 1110100 | 1010001 | 10101101 | 100001 | 110101 | 0 | 100000 | 100000111 | 100100 | 110010 |
Color Harmonies of #7451AD
Complementary color
Monochromatic Colors of #7451AD
Black with #7451AD
Text Example
Text Example
White with #7451AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7451AD; }
p { color: rgb(116,81,173); }
H1.HeaderClassName
{
color: #7451AD;
}
.AnyTagClassName
{
color: #7451AD;
}
</style>
background-color css
<style>
a { background-color: #7451AD; }
a { background-color: rgb(116,81,173); }
div.DivClassName
{
background-color: #7451AD;
}
.BgClassName
{
background-color: #7451AD;
}
</style>
border-color css
<style>
span { border-color: #7451AD; }
span { border-color: rgb(116,81,173); }
td.TdClassName
{
border-color: #7451AD;
}
.TagClassName
{
border-color: #7451AD;
}
</style>