Shades of Studio #7350A1
Tints of Studio #7350A1
RGB
CMYK
RGB Variations
Color information
#7350A1 (or 0x7350A1) is known color: Studio. HEX triplet: 73, 50 and A1. RGB value is (115,80,161). Sum of RGB (Red+Green+Blue) = 115+80+161=356 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.30% from 356); Green value is 80 (31.64% from 255 or 22.47% from 356); Blue value is 161 (63.28% from 255 or 45.22% from 356); Max value from RGB is 161 - color contains mainly: blue. Hex color #7350A1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7350A1 is #8CAF5E. Grayscale: #636363. Windows color (decimal): -9219935 or 10571891. OLE color: 10571891.
HSL color Cylindrical-coordinate representation of color #7350A1: hue angle of 265.93º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7350A1 is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 115 | 80 | 161 | - |
| CMYK | 0.29 | 0.50 | 0 | 0.37 |
| HSL | 265.93º | 0.34% | 0.47% | - |
| HSV(B) | 265.93º | 0.5% | 0.63% | - |
| XYZ | 16.37 | 11.96 | 35.16 | - |
| YUV | 99.7 | 162.6 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 80 | 161 | 0.29 | 0.50 | 0 | 0.37 | 265.93 | 0.34 | 0.47 |
| Hex | 73 | 50 | A1 | 1D | 32 | 0 | 25 | 10A | 22 | 2F |
| Octal | 163 | 120 | 241 | 35 | 62 | 0 | 45 | 412 | 42 | 57 |
| Binary | 1110011 | 1010000 | 10100001 | 11101 | 110010 | 0 | 100101 | 100001010 | 100010 | 101111 |
Color Harmonies of #7350A1
Complementary color
Monochromatic Colors of #7350A1
Black with #7350A1
Text Example
Text Example
White with #7350A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7350A1; }
p { color: rgb(115,80,161); }
H1.HeaderClassName
{
color: #7350A1;
}
.AnyTagClassName
{
color: #7350A1;
}
</style>
background-color css
<style>
a { background-color: #7350A1; }
a { background-color: rgb(115,80,161); }
div.DivClassName
{
background-color: #7350A1;
}
.BgClassName
{
background-color: #7350A1;
}
</style>
border-color css
<style>
span { border-color: #7350A1; }
span { border-color: rgb(115,80,161); }
td.TdClassName
{
border-color: #7350A1;
}
.TagClassName
{
border-color: #7350A1;
}
</style>