Shades of Studio #7046B7
Tints of Studio #7046B7
RGB
CMYK
RGB Variations
Color information
#7046B7 (or 0x7046B7) is known color: Studio. HEX triplet: 70, 46 and B7. RGB value is (112,70,183). Sum of RGB (Red+Green+Blue) = 112+70+183=365 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.68% from 365); Green value is 70 (27.73% from 255 or 19.18% 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 #7046B7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7046B7 is #8FB948. Grayscale: #5F5F5F. Windows color (decimal): -9419081 or 12011120. OLE color: 12011120.
HSL color Cylindrical-coordinate representation of color #7046B7: hue angle of 262.3º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7046B7 is Cyan = 0.39, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 112 | 70 | 183 | - |
| CMYK | 0.39 | 0.62 | 0 | 0.28 |
| HSL | 262.3º | 0.45% | 0.5% | - |
| HSV(B) | 262.3º | 0.62% | 0.72% | - |
| XYZ | 17.42 | 11.24 | 46.05 | - |
| YUV | 95.44 | 177.41 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 70 | 183 | 0.39 | 0.62 | 0 | 0.28 | 262.3 | 0.45 | 0.5 |
| Hex | 70 | 46 | B7 | 27 | 3E | 0 | 1C | 106 | 2D | 32 |
| Octal | 160 | 106 | 267 | 47 | 76 | 0 | 34 | 406 | 55 | 62 |
| Binary | 1110000 | 1000110 | 10110111 | 100111 | 111110 | 0 | 11100 | 100000110 | 101101 | 110010 |
Color Harmonies of #7046B7
Complementary color
Monochromatic Colors of #7046B7
Black with #7046B7
Text Example
Text Example
White with #7046B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7046B7; }
p { color: rgb(112,70,183); }
H1.HeaderClassName
{
color: #7046B7;
}
.AnyTagClassName
{
color: #7046B7;
}
</style>
background-color css
<style>
a { background-color: #7046B7; }
a { background-color: rgb(112,70,183); }
div.DivClassName
{
background-color: #7046B7;
}
.BgClassName
{
background-color: #7046B7;
}
</style>
border-color css
<style>
span { border-color: #7046B7; }
span { border-color: rgb(112,70,183); }
td.TdClassName
{
border-color: #7046B7;
}
.TagClassName
{
border-color: #7046B7;
}
</style>