Shades of Studio #7350AF
Tints of Studio #7350AF
RGB
CMYK
RGB Variations
Color information
#7350AF (or 0x7350AF) is known color: Studio. HEX triplet: 73, 50 and AF. RGB value is (115,80,175). Sum of RGB (Red+Green+Blue) = 115+80+175=370 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.08% from 370); Green value is 80 (31.64% from 255 or 21.62% from 370); Blue value is 175 (68.75% from 255 or 47.30% from 370); Max value from RGB is 175 - color contains mainly: blue. Hex color #7350AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7350AF is #8CAF50. Grayscale: #646464. Windows color (decimal): -9219921 or 11489395. OLE color: 11489395.
HSL color Cylindrical-coordinate representation of color #7350AF: hue angle of 262.11º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7350AF is Cyan = 0.34, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 115 | 80 | 175 | - |
| CMYK | 0.34 | 0.54 | 0 | 0.31 |
| HSL | 262.11º | 0.37% | 0.5% | - |
| HSV(B) | 262.11º | 0.54% | 0.69% | - |
| XYZ | 17.68 | 12.48 | 42.03 | - |
| YUV | 101.3 | 169.6 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 80 | 175 | 0.34 | 0.54 | 0 | 0.31 | 262.11 | 0.37 | 0.5 |
| Hex | 73 | 50 | AF | 22 | 36 | 0 | 1F | 106 | 25 | 32 |
| Octal | 163 | 120 | 257 | 42 | 66 | 0 | 37 | 406 | 45 | 62 |
| Binary | 1110011 | 1010000 | 10101111 | 100010 | 110110 | 0 | 11111 | 100000110 | 100101 | 110010 |
Color Harmonies of #7350AF
Complementary color
Monochromatic Colors of #7350AF
Black with #7350AF
Text Example
Text Example
White with #7350AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7350AF; }
p { color: rgb(115,80,175); }
H1.HeaderClassName
{
color: #7350AF;
}
.AnyTagClassName
{
color: #7350AF;
}
</style>
background-color css
<style>
a { background-color: #7350AF; }
a { background-color: rgb(115,80,175); }
div.DivClassName
{
background-color: #7350AF;
}
.BgClassName
{
background-color: #7350AF;
}
</style>
border-color css
<style>
span { border-color: #7350AF; }
span { border-color: rgb(115,80,175); }
td.TdClassName
{
border-color: #7350AF;
}
.TagClassName
{
border-color: #7350AF;
}
</style>