Shades of Studio #7144B7
Tints of Studio #7144B7
RGB
CMYK
RGB Variations
Color information
#7144B7 (or 0x7144B7) is known color: Studio. HEX triplet: 71, 44 and B7. RGB value is (113,68,183). Sum of RGB (Red+Green+Blue) = 113+68+183=364 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.04% from 364); Green value is 68 (26.95% from 255 or 18.68% from 364); Blue value is 183 (71.88% from 255 or 50.27% from 364); Max value from RGB is 183 - color contains mainly: blue. Hex color #7144B7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7144B7 is #8EBB48. Grayscale: #5E5E5E. Windows color (decimal): -9354057 or 12010609. OLE color: 12010609.
HSL color Cylindrical-coordinate representation of color #7144B7: hue angle of 263.48º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7144B7 is Cyan = 0.38, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 113 | 68 | 183 | - |
| CMYK | 0.38 | 0.63 | 0 | 0.28 |
| HSL | 263.48º | 0.46% | 0.49% | - |
| HSV(B) | 263.48º | 0.63% | 0.72% | - |
| XYZ | 17.42 | 11.06 | 46.02 | - |
| YUV | 94.57 | 177.91 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 68 | 183 | 0.38 | 0.63 | 0 | 0.28 | 263.48 | 0.46 | 0.49 |
| Hex | 71 | 44 | B7 | 26 | 3F | 0 | 1C | 107 | 2E | 31 |
| Octal | 161 | 104 | 267 | 46 | 77 | 0 | 34 | 407 | 56 | 61 |
| Binary | 1110001 | 1000100 | 10110111 | 100110 | 111111 | 0 | 11100 | 100000111 | 101110 | 110001 |
Color Harmonies of #7144B7
Complementary color
Monochromatic Colors of #7144B7
Black with #7144B7
Text Example
Text Example
White with #7144B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7144B7; }
p { color: rgb(113,68,183); }
H1.HeaderClassName
{
color: #7144B7;
}
.AnyTagClassName
{
color: #7144B7;
}
</style>
background-color css
<style>
a { background-color: #7144B7; }
a { background-color: rgb(113,68,183); }
div.DivClassName
{
background-color: #7144B7;
}
.BgClassName
{
background-color: #7144B7;
}
</style>
border-color css
<style>
span { border-color: #7144B7; }
span { border-color: rgb(113,68,183); }
td.TdClassName
{
border-color: #7144B7;
}
.TagClassName
{
border-color: #7144B7;
}
</style>