Shades of Studio #7045B7
Tints of Studio #7045B7
RGB
CMYK
RGB Variations
Color information
#7045B7 (or 0x7045B7) is known color: Studio. HEX triplet: 70, 45 and B7. RGB value is (112,69,183). Sum of RGB (Red+Green+Blue) = 112+69+183=364 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.77% from 364); Green value is 69 (27.34% from 255 or 18.96% from 364); Blue value is 183 (71.88% from 255 or 50.27% from 364); Max value from RGB is 183 - color contains mainly: blue. Hex color #7045B7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7045B7 is #8FBA48. Grayscale: #5E5E5E. Windows color (decimal): -9419337 or 12010864. OLE color: 12010864.
HSL color Cylindrical-coordinate representation of color #7045B7: hue angle of 262.63º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7045B7 is Cyan = 0.39, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 112 | 69 | 183 | - |
| CMYK | 0.39 | 0.62 | 0 | 0.28 |
| HSL | 262.63º | 0.45% | 0.49% | - |
| HSV(B) | 262.63º | 0.62% | 0.72% | - |
| XYZ | 17.36 | 11.12 | 46.03 | - |
| YUV | 94.85 | 177.75 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 69 | 183 | 0.39 | 0.62 | 0 | 0.28 | 262.63 | 0.45 | 0.49 |
| Hex | 70 | 45 | B7 | 27 | 3E | 0 | 1C | 107 | 2D | 31 |
| Octal | 160 | 105 | 267 | 47 | 76 | 0 | 34 | 407 | 55 | 61 |
| Binary | 1110000 | 1000101 | 10110111 | 100111 | 111110 | 0 | 11100 | 100000111 | 101101 | 110001 |
Color Harmonies of #7045B7
Complementary color
Monochromatic Colors of #7045B7
Black with #7045B7
Text Example
Text Example
White with #7045B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7045B7; }
p { color: rgb(112,69,183); }
H1.HeaderClassName
{
color: #7045B7;
}
.AnyTagClassName
{
color: #7045B7;
}
</style>
background-color css
<style>
a { background-color: #7045B7; }
a { background-color: rgb(112,69,183); }
div.DivClassName
{
background-color: #7045B7;
}
.BgClassName
{
background-color: #7045B7;
}
</style>
border-color css
<style>
span { border-color: #7045B7; }
span { border-color: rgb(112,69,183); }
td.TdClassName
{
border-color: #7045B7;
}
.TagClassName
{
border-color: #7045B7;
}
</style>