Shades of Studio #7144AF
Tints of Studio #7144AF
RGB
CMYK
RGB Variations
Color information
#7144AF (or 0x7144AF) is known color: Studio. HEX triplet: 71, 44 and AF. RGB value is (113,68,175). Sum of RGB (Red+Green+Blue) = 113+68+175=356 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.74% from 356); Green value is 68 (26.95% from 255 or 19.10% from 356); Blue value is 175 (68.75% from 255 or 49.16% from 356); Max value from RGB is 175 - color contains mainly: blue. Hex color #7144AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7144AF is #8EBB50. Grayscale: #5D5D5D. Windows color (decimal): -9354065 or 11486321. OLE color: 11486321.
HSL color Cylindrical-coordinate representation of color #7144AF: hue angle of 265.23º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7144AF is Cyan = 0.35, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 113 | 68 | 175 | - |
| CMYK | 0.35 | 0.61 | 0 | 0.31 |
| HSL | 265.23º | 0.44% | 0.48% | - |
| HSV(B) | 265.23º | 0.61% | 0.69% | - |
| XYZ | 16.62 | 10.74 | 41.75 | - |
| YUV | 93.65 | 173.91 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 68 | 175 | 0.35 | 0.61 | 0 | 0.31 | 265.23 | 0.44 | 0.48 |
| Hex | 71 | 44 | AF | 23 | 3D | 0 | 1F | 109 | 2C | 30 |
| Octal | 161 | 104 | 257 | 43 | 75 | 0 | 37 | 411 | 54 | 60 |
| Binary | 1110001 | 1000100 | 10101111 | 100011 | 111101 | 0 | 11111 | 100001001 | 101100 | 110000 |
Color Harmonies of #7144AF
Complementary color
Monochromatic Colors of #7144AF
Black with #7144AF
Text Example
Text Example
White with #7144AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7144AF; }
p { color: rgb(113,68,175); }
H1.HeaderClassName
{
color: #7144AF;
}
.AnyTagClassName
{
color: #7144AF;
}
</style>
background-color css
<style>
a { background-color: #7144AF; }
a { background-color: rgb(113,68,175); }
div.DivClassName
{
background-color: #7144AF;
}
.BgClassName
{
background-color: #7144AF;
}
</style>
border-color css
<style>
span { border-color: #7144AF; }
span { border-color: rgb(113,68,175); }
td.TdClassName
{
border-color: #7144AF;
}
.TagClassName
{
border-color: #7144AF;
}
</style>