Shades of Studio #7145B2
Tints of Studio #7145B2
RGB
CMYK
RGB Variations
Color information
#7145B2 (or 0x7145B2) is known color: Studio. HEX triplet: 71, 45 and B2. RGB value is (113,69,178). Sum of RGB (Red+Green+Blue) = 113+69+178=360 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.39% from 360); Green value is 69 (27.34% from 255 or 19.17% from 360); Blue value is 178 (69.92% from 255 or 49.44% from 360); Max value from RGB is 178 - color contains mainly: blue. Hex color #7145B2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7145B2 is #8EBA4D. Grayscale: #5E5E5E. Windows color (decimal): -9353806 or 11683185. OLE color: 11683185.
HSL color Cylindrical-coordinate representation of color #7145B2: hue angle of 264.22º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7145B2 is Cyan = 0.37, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 113 | 69 | 178 | - |
| CMYK | 0.37 | 0.61 | 0 | 0.30 |
| HSL | 264.22º | 0.44% | 0.48% | - |
| HSV(B) | 264.22º | 0.61% | 0.7% | - |
| XYZ | 16.97 | 10.98 | 43.34 | - |
| YUV | 94.58 | 175.08 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 69 | 178 | 0.37 | 0.61 | 0 | 0.30 | 264.22 | 0.44 | 0.48 |
| Hex | 71 | 45 | B2 | 25 | 3D | 0 | 1E | 108 | 2C | 30 |
| Octal | 161 | 105 | 262 | 45 | 75 | 0 | 36 | 410 | 54 | 60 |
| Binary | 1110001 | 1000101 | 10110010 | 100101 | 111101 | 0 | 11110 | 100001000 | 101100 | 110000 |
Color Harmonies of #7145B2
Complementary color
Monochromatic Colors of #7145B2
Black with #7145B2
Text Example
Text Example
White with #7145B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7145B2; }
p { color: rgb(113,69,178); }
H1.HeaderClassName
{
color: #7145B2;
}
.AnyTagClassName
{
color: #7145B2;
}
</style>
background-color css
<style>
a { background-color: #7145B2; }
a { background-color: rgb(113,69,178); }
div.DivClassName
{
background-color: #7145B2;
}
.BgClassName
{
background-color: #7145B2;
}
</style>
border-color css
<style>
span { border-color: #7145B2; }
span { border-color: rgb(113,69,178); }
td.TdClassName
{
border-color: #7145B2;
}
.TagClassName
{
border-color: #7145B2;
}
</style>