Shades of Studio #7350AB
Tints of Studio #7350AB
RGB
CMYK
RGB Variations
Color information
#7350AB (or 0x7350AB) is known color: Studio. HEX triplet: 73, 50 and AB. RGB value is (115,80,171). Sum of RGB (Red+Green+Blue) = 115+80+171=366 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.42% from 366); Green value is 80 (31.64% from 255 or 21.86% from 366); Blue value is 171 (67.19% from 255 or 46.72% from 366); Max value from RGB is 171 - color contains mainly: blue. Hex color #7350AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7350AB is #8CAF54. Grayscale: #646464. Windows color (decimal): -9219925 or 11227251. OLE color: 11227251.
HSL color Cylindrical-coordinate representation of color #7350AB: hue angle of 263.08º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7350AB is Cyan = 0.33, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 115 | 80 | 171 | - |
| CMYK | 0.33 | 0.53 | 0 | 0.33 |
| HSL | 263.08º | 0.36% | 0.49% | - |
| HSV(B) | 263.08º | 0.53% | 0.67% | - |
| XYZ | 17.29 | 12.32 | 40 | - |
| YUV | 100.84 | 167.6 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 80 | 171 | 0.33 | 0.53 | 0 | 0.33 | 263.08 | 0.36 | 0.49 |
| Hex | 73 | 50 | AB | 21 | 35 | 0 | 21 | 107 | 24 | 31 |
| Octal | 163 | 120 | 253 | 41 | 65 | 0 | 41 | 407 | 44 | 61 |
| Binary | 1110011 | 1010000 | 10101011 | 100001 | 110101 | 0 | 100001 | 100000111 | 100100 | 110001 |
Color Harmonies of #7350AB
Complementary color
Monochromatic Colors of #7350AB
Black with #7350AB
Text Example
Text Example
White with #7350AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7350AB; }
p { color: rgb(115,80,171); }
H1.HeaderClassName
{
color: #7350AB;
}
.AnyTagClassName
{
color: #7350AB;
}
</style>
background-color css
<style>
a { background-color: #7350AB; }
a { background-color: rgb(115,80,171); }
div.DivClassName
{
background-color: #7350AB;
}
.BgClassName
{
background-color: #7350AB;
}
</style>
border-color css
<style>
span { border-color: #7350AB; }
span { border-color: rgb(115,80,171); }
td.TdClassName
{
border-color: #7350AB;
}
.TagClassName
{
border-color: #7350AB;
}
</style>