Shades of Studio #7143AA
Tints of Studio #7143AA
RGB
CMYK
RGB Variations
Color information
#7143AA (or 0x7143AA) is known color: Studio. HEX triplet: 71, 43 and AA. RGB value is (113,67,170). Sum of RGB (Red+Green+Blue) = 113+67+170=350 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.29% from 350); Green value is 67 (26.56% from 255 or 19.14% from 350); Blue value is 170 (66.80% from 255 or 48.57% from 350); Max value from RGB is 170 - color contains mainly: blue. Hex color #7143AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7143AA is #8EBC55. Grayscale: #5C5C5C. Windows color (decimal): -9354326 or 11158385. OLE color: 11158385.
HSL color Cylindrical-coordinate representation of color #7143AA: hue angle of 266.8º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7143AA is Cyan = 0.34, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 113 | 67 | 170 | - |
| CMYK | 0.34 | 0.61 | 0 | 0.33 |
| HSL | 266.8º | 0.43% | 0.46% | - |
| HSV(B) | 266.8º | 0.61% | 0.67% | - |
| XYZ | 16.07 | 10.43 | 39.2 | - |
| YUV | 92.5 | 171.74 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 67 | 170 | 0.34 | 0.61 | 0 | 0.33 | 266.8 | 0.43 | 0.46 |
| Hex | 71 | 43 | AA | 22 | 3D | 0 | 21 | 10B | 2B | 2E |
| Octal | 161 | 103 | 252 | 42 | 75 | 0 | 41 | 413 | 53 | 56 |
| Binary | 1110001 | 1000011 | 10101010 | 100010 | 111101 | 0 | 100001 | 100001011 | 101011 | 101110 |
Color Harmonies of #7143AA
Complementary color
Monochromatic Colors of #7143AA
Black with #7143AA
Text Example
Text Example
White with #7143AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7143AA; }
p { color: rgb(113,67,170); }
H1.HeaderClassName
{
color: #7143AA;
}
.AnyTagClassName
{
color: #7143AA;
}
</style>
background-color css
<style>
a { background-color: #7143AA; }
a { background-color: rgb(113,67,170); }
div.DivClassName
{
background-color: #7143AA;
}
.BgClassName
{
background-color: #7143AA;
}
</style>
border-color css
<style>
span { border-color: #7143AA; }
span { border-color: rgb(113,67,170); }
td.TdClassName
{
border-color: #7143AA;
}
.TagClassName
{
border-color: #7143AA;
}
</style>