Shades of Studio #7357A1
Tints of Studio #7357A1
RGB
CMYK
RGB Variations
Color information
#7357A1 (or 0x7357A1) is known color: Studio. HEX triplet: 73, 57 and A1. RGB value is (115,87,161). Sum of RGB (Red+Green+Blue) = 115+87+161=363 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.68% from 363); Green value is 87 (34.38% from 255 or 23.97% from 363); Blue value is 161 (63.28% from 255 or 44.35% from 363); Max value from RGB is 161 - color contains mainly: blue. Hex color #7357A1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7357A1 is #8CA85E. Grayscale: #676767. Windows color (decimal): -9218143 or 10573683. OLE color: 10573683.
HSL color Cylindrical-coordinate representation of color #7357A1: hue angle of 262.7º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7357A1 is Cyan = 0.29, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 115 | 87 | 161 | - |
| CMYK | 0.29 | 0.46 | 0 | 0.37 |
| HSL | 262.7º | 0.3% | 0.49% | - |
| HSV(B) | 262.7º | 0.46% | 0.63% | - |
| XYZ | 16.91 | 13.03 | 35.34 | - |
| YUV | 103.81 | 160.28 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 87 | 161 | 0.29 | 0.46 | 0 | 0.37 | 262.7 | 0.3 | 0.49 |
| Hex | 73 | 57 | A1 | 1D | 2E | 0 | 25 | 107 | 1E | 31 |
| Octal | 163 | 127 | 241 | 35 | 56 | 0 | 45 | 407 | 36 | 61 |
| Binary | 1110011 | 1010111 | 10100001 | 11101 | 101110 | 0 | 100101 | 100000111 | 11110 | 110001 |
Color Harmonies of #7357A1
Complementary color
Monochromatic Colors of #7357A1
Black with #7357A1
Text Example
Text Example
White with #7357A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7357A1; }
p { color: rgb(115,87,161); }
H1.HeaderClassName
{
color: #7357A1;
}
.AnyTagClassName
{
color: #7357A1;
}
</style>
background-color css
<style>
a { background-color: #7357A1; }
a { background-color: rgb(115,87,161); }
div.DivClassName
{
background-color: #7357A1;
}
.BgClassName
{
background-color: #7357A1;
}
</style>
border-color css
<style>
span { border-color: #7357A1; }
span { border-color: rgb(115,87,161); }
td.TdClassName
{
border-color: #7357A1;
}
.TagClassName
{
border-color: #7357A1;
}
</style>