Shades of Studio #7055A5
Tints of Studio #7055A5
RGB
CMYK
RGB Variations
Color information
#7055A5 (or 0x7055A5) is known color: Studio. HEX triplet: 70, 55 and A5. RGB value is (112,85,165). Sum of RGB (Red+Green+Blue) = 112+85+165=362 (47% of max value = 765). Red value is 112 (44.14% from 255 or 30.94% from 362); Green value is 85 (33.59% from 255 or 23.48% from 362); Blue value is 165 (64.84% from 255 or 45.58% from 362); Max value from RGB is 165 - color contains mainly: blue. Hex color #7055A5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7055A5 is #8FAA5A. Grayscale: #656565. Windows color (decimal): -9415259 or 10835312. OLE color: 10835312.
HSL color Cylindrical-coordinate representation of color #7055A5: hue angle of 260.25º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7055A5 is Cyan = 0.32, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 112 | 85 | 165 | - |
| CMYK | 0.32 | 0.48 | 0 | 0.35 |
| HSL | 260.25º | 0.32% | 0.49% | - |
| HSV(B) | 260.25º | 0.48% | 0.65% | - |
| XYZ | 16.72 | 12.66 | 37.16 | - |
| YUV | 102.19 | 163.45 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 85 | 165 | 0.32 | 0.48 | 0 | 0.35 | 260.25 | 0.32 | 0.49 |
| Hex | 70 | 55 | A5 | 20 | 30 | 0 | 23 | 104 | 20 | 31 |
| Octal | 160 | 125 | 245 | 40 | 60 | 0 | 43 | 404 | 40 | 61 |
| Binary | 1110000 | 1010101 | 10100101 | 100000 | 110000 | 0 | 100011 | 100000100 | 100000 | 110001 |
Color Harmonies of #7055A5
Complementary color
Monochromatic Colors of #7055A5
Black with #7055A5
Text Example
Text Example
White with #7055A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7055A5; }
p { color: rgb(112,85,165); }
H1.HeaderClassName
{
color: #7055A5;
}
.AnyTagClassName
{
color: #7055A5;
}
</style>
background-color css
<style>
a { background-color: #7055A5; }
a { background-color: rgb(112,85,165); }
div.DivClassName
{
background-color: #7055A5;
}
.BgClassName
{
background-color: #7055A5;
}
</style>
border-color css
<style>
span { border-color: #7055A5; }
span { border-color: rgb(112,85,165); }
td.TdClassName
{
border-color: #7055A5;
}
.TagClassName
{
border-color: #7055A5;
}
</style>