Shades of Studio #7251A0
Tints of Studio #7251A0
RGB
CMYK
RGB Variations
Color information
#7251A0 (or 0x7251A0) is known color: Studio. HEX triplet: 72, 51 and A0. RGB value is (114,81,160). Sum of RGB (Red+Green+Blue) = 114+81+160=355 (47% of max value = 765). Red value is 114 (44.92% from 255 or 32.11% from 355); Green value is 81 (32.03% from 255 or 22.82% from 355); Blue value is 160 (62.89% from 255 or 45.07% from 355); Max value from RGB is 160 - color contains mainly: blue. Hex color #7251A0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7251A0 is #8DAE5F. Grayscale: #636363. Windows color (decimal): -9285216 or 10506610. OLE color: 10506610.
HSL color Cylindrical-coordinate representation of color #7251A0: hue angle of 265.06º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7251A0 is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 114 | 81 | 160 | - |
| CMYK | 0.29 | 0.49 | 0 | 0.37 |
| HSL | 265.06º | 0.33% | 0.47% | - |
| HSV(B) | 265.06º | 0.49% | 0.63% | - |
| XYZ | 16.23 | 12 | 34.72 | - |
| YUV | 99.87 | 161.93 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 81 | 160 | 0.29 | 0.49 | 0 | 0.37 | 265.06 | 0.33 | 0.47 |
| Hex | 72 | 51 | A0 | 1D | 31 | 0 | 25 | 109 | 21 | 2F |
| Octal | 162 | 121 | 240 | 35 | 61 | 0 | 45 | 411 | 41 | 57 |
| Binary | 1110010 | 1010001 | 10100000 | 11101 | 110001 | 0 | 100101 | 100001001 | 100001 | 101111 |
Color Harmonies of #7251A0
Complementary color
Monochromatic Colors of #7251A0
Black with #7251A0
Text Example
Text Example
White with #7251A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7251A0; }
p { color: rgb(114,81,160); }
H1.HeaderClassName
{
color: #7251A0;
}
.AnyTagClassName
{
color: #7251A0;
}
</style>
background-color css
<style>
a { background-color: #7251A0; }
a { background-color: rgb(114,81,160); }
div.DivClassName
{
background-color: #7251A0;
}
.BgClassName
{
background-color: #7251A0;
}
</style>
border-color css
<style>
span { border-color: #7251A0; }
span { border-color: rgb(114,81,160); }
td.TdClassName
{
border-color: #7251A0;
}
.TagClassName
{
border-color: #7251A0;
}
</style>