Shades of Studio #7250AB
Tints of Studio #7250AB
RGB
CMYK
RGB Variations
Color information
#7250AB (or 0x7250AB) is known color: Studio. HEX triplet: 72, 50 and AB. RGB value is (114,80,171). Sum of RGB (Red+Green+Blue) = 114+80+171=365 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.23% from 365); Green value is 80 (31.64% from 255 or 21.92% from 365); Blue value is 171 (67.19% from 255 or 46.85% from 365); Max value from RGB is 171 - color contains mainly: blue. Hex color #7250AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7250AB is #8DAF54. Grayscale: #646464. Windows color (decimal): -9285461 or 11227250. OLE color: 11227250.
HSL color Cylindrical-coordinate representation of color #7250AB: hue angle of 262.42º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7250AB is Cyan = 0.33, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 114 | 80 | 171 | - |
| CMYK | 0.33 | 0.53 | 0 | 0.33 |
| HSL | 262.42º | 0.36% | 0.49% | - |
| HSV(B) | 262.42º | 0.53% | 0.67% | - |
| XYZ | 17.16 | 12.26 | 39.99 | - |
| YUV | 100.54 | 167.76 | 137.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 80 | 171 | 0.33 | 0.53 | 0 | 0.33 | 262.42 | 0.36 | 0.49 |
| Hex | 72 | 50 | AB | 21 | 35 | 0 | 21 | 106 | 24 | 31 |
| Octal | 162 | 120 | 253 | 41 | 65 | 0 | 41 | 406 | 44 | 61 |
| Binary | 1110010 | 1010000 | 10101011 | 100001 | 110101 | 0 | 100001 | 100000110 | 100100 | 110001 |
Color Harmonies of #7250AB
Complementary color
Monochromatic Colors of #7250AB
Black with #7250AB
Text Example
Text Example
White with #7250AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7250AB; }
p { color: rgb(114,80,171); }
H1.HeaderClassName
{
color: #7250AB;
}
.AnyTagClassName
{
color: #7250AB;
}
</style>
background-color css
<style>
a { background-color: #7250AB; }
a { background-color: rgb(114,80,171); }
div.DivClassName
{
background-color: #7250AB;
}
.BgClassName
{
background-color: #7250AB;
}
</style>
border-color css
<style>
span { border-color: #7250AB; }
span { border-color: rgb(114,80,171); }
td.TdClassName
{
border-color: #7250AB;
}
.TagClassName
{
border-color: #7250AB;
}
</style>