Shades of Studio #7143B0
Tints of Studio #7143B0
RGB
CMYK
RGB Variations
Color information
#7143B0 (or 0x7143B0) is known color: Studio. HEX triplet: 71, 43 and B0. RGB value is (113,67,176). Sum of RGB (Red+Green+Blue) = 113+67+176=356 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.74% from 356); Green value is 67 (26.56% from 255 or 18.82% from 356); Blue value is 176 (69.14% from 255 or 49.44% from 356); Max value from RGB is 176 - color contains mainly: blue. Hex color #7143B0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7143B0 is #8EBC4F. Grayscale: #5C5C5C. Windows color (decimal): -9354320 or 11551601. OLE color: 11551601.
HSL color Cylindrical-coordinate representation of color #7143B0: hue angle of 265.32º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7143B0 is Cyan = 0.36, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 113 | 67 | 176 | - |
| CMYK | 0.36 | 0.62 | 0 | 0.31 |
| HSL | 265.32º | 0.45% | 0.48% | - |
| HSV(B) | 265.32º | 0.62% | 0.69% | - |
| XYZ | 16.65 | 10.66 | 42.25 | - |
| YUV | 93.18 | 174.74 | 142.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 67 | 176 | 0.36 | 0.62 | 0 | 0.31 | 265.32 | 0.45 | 0.48 |
| Hex | 71 | 43 | B0 | 24 | 3E | 0 | 1F | 109 | 2D | 30 |
| Octal | 161 | 103 | 260 | 44 | 76 | 0 | 37 | 411 | 55 | 60 |
| Binary | 1110001 | 1000011 | 10110000 | 100100 | 111110 | 0 | 11111 | 100001001 | 101101 | 110000 |
Color Harmonies of #7143B0
Complementary color
Monochromatic Colors of #7143B0
Black with #7143B0
Text Example
Text Example
White with #7143B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7143B0; }
p { color: rgb(113,67,176); }
H1.HeaderClassName
{
color: #7143B0;
}
.AnyTagClassName
{
color: #7143B0;
}
</style>
background-color css
<style>
a { background-color: #7143B0; }
a { background-color: rgb(113,67,176); }
div.DivClassName
{
background-color: #7143B0;
}
.BgClassName
{
background-color: #7143B0;
}
</style>
border-color css
<style>
span { border-color: #7143B0; }
span { border-color: rgb(113,67,176); }
td.TdClassName
{
border-color: #7143B0;
}
.TagClassName
{
border-color: #7143B0;
}
</style>