Shades of Studio #7143B2
Tints of Studio #7143B2
RGB
CMYK
RGB Variations
Color information
#7143B2 (or 0x7143B2) is known color: Studio. HEX triplet: 71, 43 and B2. RGB value is (113,67,178). Sum of RGB (Red+Green+Blue) = 113+67+178=358 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.56% from 358); Green value is 67 (26.56% from 255 or 18.72% from 358); Blue value is 178 (69.92% from 255 or 49.72% from 358); Max value from RGB is 178 - color contains mainly: blue. Hex color #7143B2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7143B2 is #8EBC4D. Grayscale: #5D5D5D. Windows color (decimal): -9354318 or 11682673. OLE color: 11682673.
HSL color Cylindrical-coordinate representation of color #7143B2: hue angle of 264.86º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7143B2 is Cyan = 0.37, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 113 | 67 | 178 | - |
| CMYK | 0.37 | 0.62 | 0 | 0.30 |
| HSL | 264.86º | 0.45% | 0.48% | - |
| HSV(B) | 264.86º | 0.62% | 0.7% | - |
| XYZ | 16.85 | 10.74 | 43.3 | - |
| YUV | 93.41 | 175.74 | 141.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 67 | 178 | 0.37 | 0.62 | 0 | 0.30 | 264.86 | 0.45 | 0.48 |
| Hex | 71 | 43 | B2 | 25 | 3E | 0 | 1E | 109 | 2D | 30 |
| Octal | 161 | 103 | 262 | 45 | 76 | 0 | 36 | 411 | 55 | 60 |
| Binary | 1110001 | 1000011 | 10110010 | 100101 | 111110 | 0 | 11110 | 100001001 | 101101 | 110000 |
Color Harmonies of #7143B2
Complementary color
Monochromatic Colors of #7143B2
Black with #7143B2
Text Example
Text Example
White with #7143B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7143B2; }
p { color: rgb(113,67,178); }
H1.HeaderClassName
{
color: #7143B2;
}
.AnyTagClassName
{
color: #7143B2;
}
</style>
background-color css
<style>
a { background-color: #7143B2; }
a { background-color: rgb(113,67,178); }
div.DivClassName
{
background-color: #7143B2;
}
.BgClassName
{
background-color: #7143B2;
}
</style>
border-color css
<style>
span { border-color: #7143B2; }
span { border-color: rgb(113,67,178); }
td.TdClassName
{
border-color: #7143B2;
}
.TagClassName
{
border-color: #7143B2;
}
</style>