Shades of Studio #7251A1
Tints of Studio #7251A1
RGB
CMYK
RGB Variations
Color information
#7251A1 (or 0x7251A1) is known color: Studio. HEX triplet: 72, 51 and A1. RGB value is (114,81,161). Sum of RGB (Red+Green+Blue) = 114+81+161=356 (47% of max value = 765). Red value is 114 (44.92% from 255 or 32.02% from 356); Green value is 81 (32.03% from 255 or 22.75% from 356); Blue value is 161 (63.28% from 255 or 45.22% from 356); Max value from RGB is 161 - color contains mainly: blue. Hex color #7251A1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7251A1 is #8DAE5E. Grayscale: #636363. Windows color (decimal): -9285215 or 10572146. OLE color: 10572146.
HSL color Cylindrical-coordinate representation of color #7251A1: hue angle of 264.75º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7251A1 is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 114 | 81 | 161 | - |
| CMYK | 0.29 | 0.50 | 0 | 0.37 |
| HSL | 264.75º | 0.33% | 0.47% | - |
| HSV(B) | 264.75º | 0.5% | 0.63% | - |
| XYZ | 16.31 | 12.04 | 35.18 | - |
| YUV | 99.99 | 162.43 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 81 | 161 | 0.29 | 0.50 | 0 | 0.37 | 264.75 | 0.33 | 0.47 |
| Hex | 72 | 51 | A1 | 1D | 32 | 0 | 25 | 109 | 21 | 2F |
| Octal | 162 | 121 | 241 | 35 | 62 | 0 | 45 | 411 | 41 | 57 |
| Binary | 1110010 | 1010001 | 10100001 | 11101 | 110010 | 0 | 100101 | 100001001 | 100001 | 101111 |
Color Harmonies of #7251A1
Complementary color
Monochromatic Colors of #7251A1
Black with #7251A1
Text Example
Text Example
White with #7251A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7251A1; }
p { color: rgb(114,81,161); }
H1.HeaderClassName
{
color: #7251A1;
}
.AnyTagClassName
{
color: #7251A1;
}
</style>
background-color css
<style>
a { background-color: #7251A1; }
a { background-color: rgb(114,81,161); }
div.DivClassName
{
background-color: #7251A1;
}
.BgClassName
{
background-color: #7251A1;
}
</style>
border-color css
<style>
span { border-color: #7251A1; }
span { border-color: rgb(114,81,161); }
td.TdClassName
{
border-color: #7251A1;
}
.TagClassName
{
border-color: #7251A1;
}
</style>