Shades of Studio #7553A7
Tints of Studio #7553A7
RGB
CMYK
RGB Variations
Color information
#7553A7 (or 0x7553A7) is known color: Studio. HEX triplet: 75, 53 and A7. RGB value is (117,83,167). Sum of RGB (Red+Green+Blue) = 117+83+167=367 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.88% from 367); Green value is 83 (32.81% from 255 or 22.62% from 367); Blue value is 167 (65.62% from 255 or 45.50% from 367); Max value from RGB is 167 - color contains mainly: blue. Hex color #7553A7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7553A7 is #8AAC58. Grayscale: #666666. Windows color (decimal): -9088089 or 10965877. OLE color: 10965877.
HSL color Cylindrical-coordinate representation of color #7553A7: hue angle of 264.29º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7553A7 is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 117 | 83 | 167 | - |
| CMYK | 0.30 | 0.50 | 0 | 0.35 |
| HSL | 264.29º | 0.34% | 0.49% | - |
| HSV(B) | 264.29º | 0.5% | 0.65% | - |
| XYZ | 17.4 | 12.76 | 38.1 | - |
| YUV | 102.74 | 164.26 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 83 | 167 | 0.30 | 0.50 | 0 | 0.35 | 264.29 | 0.34 | 0.49 |
| Hex | 75 | 53 | A7 | 1E | 32 | 0 | 23 | 108 | 22 | 31 |
| Octal | 165 | 123 | 247 | 36 | 62 | 0 | 43 | 410 | 42 | 61 |
| Binary | 1110101 | 1010011 | 10100111 | 11110 | 110010 | 0 | 100011 | 100001000 | 100010 | 110001 |
Color Harmonies of #7553A7
Complementary color
Monochromatic Colors of #7553A7
Black with #7553A7
Text Example
Text Example
White with #7553A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7553A7; }
p { color: rgb(117,83,167); }
H1.HeaderClassName
{
color: #7553A7;
}
.AnyTagClassName
{
color: #7553A7;
}
</style>
background-color css
<style>
a { background-color: #7553A7; }
a { background-color: rgb(117,83,167); }
div.DivClassName
{
background-color: #7553A7;
}
.BgClassName
{
background-color: #7553A7;
}
</style>
border-color css
<style>
span { border-color: #7553A7; }
span { border-color: rgb(117,83,167); }
td.TdClassName
{
border-color: #7553A7;
}
.TagClassName
{
border-color: #7553A7;
}
</style>