Shades of Studio #7251AF
Tints of Studio #7251AF
RGB
CMYK
RGB Variations
Color information
#7251AF (or 0x7251AF) is known color: Studio. HEX triplet: 72, 51 and AF. RGB value is (114,81,175). Sum of RGB (Red+Green+Blue) = 114+81+175=370 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.81% from 370); Green value is 81 (32.03% from 255 or 21.89% from 370); Blue value is 175 (68.75% from 255 or 47.30% from 370); Max value from RGB is 175 - color contains mainly: blue. Hex color #7251AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7251AF is #8DAE50. Grayscale: #656565. Windows color (decimal): -9285201 or 11489650. OLE color: 11489650.
HSL color Cylindrical-coordinate representation of color #7251AF: hue angle of 261.06º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7251AF is Cyan = 0.35, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 114 | 81 | 175 | - |
| CMYK | 0.35 | 0.54 | 0 | 0.31 |
| HSL | 261.06º | 0.37% | 0.5% | - |
| HSV(B) | 261.06º | 0.54% | 0.69% | - |
| XYZ | 17.62 | 12.56 | 42.05 | - |
| YUV | 101.58 | 169.43 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 81 | 175 | 0.35 | 0.54 | 0 | 0.31 | 261.06 | 0.37 | 0.5 |
| Hex | 72 | 51 | AF | 23 | 36 | 0 | 1F | 105 | 25 | 32 |
| Octal | 162 | 121 | 257 | 43 | 66 | 0 | 37 | 405 | 45 | 62 |
| Binary | 1110010 | 1010001 | 10101111 | 100011 | 110110 | 0 | 11111 | 100000101 | 100101 | 110010 |
Color Harmonies of #7251AF
Complementary color
Monochromatic Colors of #7251AF
Black with #7251AF
Text Example
Text Example
White with #7251AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7251AF; }
p { color: rgb(114,81,175); }
H1.HeaderClassName
{
color: #7251AF;
}
.AnyTagClassName
{
color: #7251AF;
}
</style>
background-color css
<style>
a { background-color: #7251AF; }
a { background-color: rgb(114,81,175); }
div.DivClassName
{
background-color: #7251AF;
}
.BgClassName
{
background-color: #7251AF;
}
</style>
border-color css
<style>
span { border-color: #7251AF; }
span { border-color: rgb(114,81,175); }
td.TdClassName
{
border-color: #7251AF;
}
.TagClassName
{
border-color: #7251AF;
}
</style>