Shades of Studio #7255A7
Tints of Studio #7255A7
RGB
CMYK
RGB Variations
Color information
#7255A7 (or 0x7255A7) is known color: Studio. HEX triplet: 72, 55 and A7. RGB value is (114,85,167). Sum of RGB (Red+Green+Blue) = 114+85+167=366 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.15% from 366); Green value is 85 (33.59% from 255 or 23.22% from 366); Blue value is 167 (65.62% from 255 or 45.63% from 366); Max value from RGB is 167 - color contains mainly: blue. Hex color #7255A7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7255A7 is #8DAA58. Grayscale: #666666. Windows color (decimal): -9284185 or 10966386. OLE color: 10966386.
HSL color Cylindrical-coordinate representation of color #7255A7: hue angle of 261.22º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7255A7 is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 114 | 85 | 167 | - |
| CMYK | 0.32 | 0.49 | 0 | 0.35 |
| HSL | 261.22º | 0.33% | 0.49% | - |
| HSV(B) | 261.22º | 0.49% | 0.65% | - |
| XYZ | 17.16 | 12.86 | 38.14 | - |
| YUV | 103.02 | 164.11 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 85 | 167 | 0.32 | 0.49 | 0 | 0.35 | 261.22 | 0.33 | 0.49 |
| Hex | 72 | 55 | A7 | 20 | 31 | 0 | 23 | 105 | 21 | 31 |
| Octal | 162 | 125 | 247 | 40 | 61 | 0 | 43 | 405 | 41 | 61 |
| Binary | 1110010 | 1010101 | 10100111 | 100000 | 110001 | 0 | 100011 | 100000101 | 100001 | 110001 |
Color Harmonies of #7255A7
Complementary color
Monochromatic Colors of #7255A7
Black with #7255A7
Text Example
Text Example
White with #7255A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7255A7; }
p { color: rgb(114,85,167); }
H1.HeaderClassName
{
color: #7255A7;
}
.AnyTagClassName
{
color: #7255A7;
}
</style>
background-color css
<style>
a { background-color: #7255A7; }
a { background-color: rgb(114,85,167); }
div.DivClassName
{
background-color: #7255A7;
}
.BgClassName
{
background-color: #7255A7;
}
</style>
border-color css
<style>
span { border-color: #7255A7; }
span { border-color: rgb(114,85,167); }
td.TdClassName
{
border-color: #7255A7;
}
.TagClassName
{
border-color: #7255A7;
}
</style>