Shades of Studio #7145B7
Tints of Studio #7145B7
RGB
CMYK
RGB Variations
Color information
#7145B7 (or 0x7145B7) is known color: Studio. HEX triplet: 71, 45 and B7. RGB value is (113,69,183). Sum of RGB (Red+Green+Blue) = 113+69+183=365 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.96% from 365); Green value is 69 (27.34% from 255 or 18.90% from 365); Blue value is 183 (71.88% from 255 or 50.14% from 365); Max value from RGB is 183 - color contains mainly: blue. Hex color #7145B7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7145B7 is #8EBA48. Grayscale: #5E5E5E. Windows color (decimal): -9353801 or 12010865. OLE color: 12010865.
HSL color Cylindrical-coordinate representation of color #7145B7: hue angle of 263.16º 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 #7145B7 is Cyan = 0.38, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 113 | 69 | 183 | - |
| CMYK | 0.38 | 0.62 | 0 | 0.28 |
| HSL | 263.16º | 0.45% | 0.49% | - |
| HSV(B) | 263.16º | 0.62% | 0.72% | - |
| XYZ | 17.49 | 11.19 | 46.04 | - |
| YUV | 95.15 | 177.58 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 69 | 183 | 0.38 | 0.62 | 0 | 0.28 | 263.16 | 0.45 | 0.49 |
| Hex | 71 | 45 | B7 | 26 | 3E | 0 | 1C | 107 | 2D | 31 |
| Octal | 161 | 105 | 267 | 46 | 76 | 0 | 34 | 407 | 55 | 61 |
| Binary | 1110001 | 1000101 | 10110111 | 100110 | 111110 | 0 | 11100 | 100000111 | 101101 | 110001 |
Color Harmonies of #7145B7
Complementary color
Monochromatic Colors of #7145B7
Black with #7145B7
Text Example
Text Example
White with #7145B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7145B7; }
p { color: rgb(113,69,183); }
H1.HeaderClassName
{
color: #7145B7;
}
.AnyTagClassName
{
color: #7145B7;
}
</style>
background-color css
<style>
a { background-color: #7145B7; }
a { background-color: rgb(113,69,183); }
div.DivClassName
{
background-color: #7145B7;
}
.BgClassName
{
background-color: #7145B7;
}
</style>
border-color css
<style>
span { border-color: #7145B7; }
span { border-color: rgb(113,69,183); }
td.TdClassName
{
border-color: #7145B7;
}
.TagClassName
{
border-color: #7145B7;
}
</style>