Shades of Studio #7045A1
Tints of Studio #7045A1
RGB
CMYK
RGB Variations
Color information
#7045A1 (or 0x7045A1) is known color: Studio. HEX triplet: 70, 45 and A1. RGB value is (112,69,161). Sum of RGB (Red+Green+Blue) = 112+69+161=342 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.75% from 342); Green value is 69 (27.34% from 255 or 20.18% from 342); Blue value is 161 (63.28% from 255 or 47.08% from 342); Max value from RGB is 161 - color contains mainly: blue. Hex color #7045A1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7045A1 is #8FBA5E. Grayscale: #5C5C5C. Windows color (decimal): -9419359 or 10569072. OLE color: 10569072.
HSL color Cylindrical-coordinate representation of color #7045A1: hue angle of 268.04º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7045A1 is Cyan = 0.30, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 112 | 69 | 161 | - |
| CMYK | 0.30 | 0.57 | 0 | 0.37 |
| HSL | 268.04º | 0.4% | 0.45% | - |
| HSV(B) | 268.04º | 0.57% | 0.63% | - |
| XYZ | 15.24 | 10.27 | 34.9 | - |
| YUV | 92.35 | 166.75 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 69 | 161 | 0.30 | 0.57 | 0 | 0.37 | 268.04 | 0.4 | 0.45 |
| Hex | 70 | 45 | A1 | 1E | 39 | 0 | 25 | 10C | 28 | 2D |
| Octal | 160 | 105 | 241 | 36 | 71 | 0 | 45 | 414 | 50 | 55 |
| Binary | 1110000 | 1000101 | 10100001 | 11110 | 111001 | 0 | 100101 | 100001100 | 101000 | 101101 |
Color Harmonies of #7045A1
Complementary color
Monochromatic Colors of #7045A1
Black with #7045A1
Text Example
Text Example
White with #7045A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7045A1; }
p { color: rgb(112,69,161); }
H1.HeaderClassName
{
color: #7045A1;
}
.AnyTagClassName
{
color: #7045A1;
}
</style>
background-color css
<style>
a { background-color: #7045A1; }
a { background-color: rgb(112,69,161); }
div.DivClassName
{
background-color: #7045A1;
}
.BgClassName
{
background-color: #7045A1;
}
</style>
border-color css
<style>
span { border-color: #7045A1; }
span { border-color: rgb(112,69,161); }
td.TdClassName
{
border-color: #7045A1;
}
.TagClassName
{
border-color: #7045A1;
}
</style>