Shades of Studio #7546AF
Tints of Studio #7546AF
RGB
CMYK
RGB Variations
Color information
#7546AF (or 0x7546AF) is known color: Studio. HEX triplet: 75, 46 and AF. RGB value is (117,70,175). Sum of RGB (Red+Green+Blue) = 117+70+175=362 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.32% from 362); Green value is 70 (27.73% from 255 or 19.34% from 362); Blue value is 175 (68.75% from 255 or 48.34% from 362); Max value from RGB is 175 - color contains mainly: blue. Hex color #7546AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7546AF is #8AB950. Grayscale: #5F5F5F. Windows color (decimal): -9091409 or 11486837. OLE color: 11486837.
HSL color Cylindrical-coordinate representation of color #7546AF: hue angle of 266.86º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7546AF is Cyan = 0.33, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 117 | 70 | 175 | - |
| CMYK | 0.33 | 0.60 | 0 | 0.31 |
| HSL | 266.86º | 0.43% | 0.48% | - |
| HSV(B) | 266.86º | 0.6% | 0.69% | - |
| XYZ | 17.26 | 11.26 | 41.82 | - |
| YUV | 96.02 | 172.57 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 70 | 175 | 0.33 | 0.60 | 0 | 0.31 | 266.86 | 0.43 | 0.48 |
| Hex | 75 | 46 | AF | 21 | 3C | 0 | 1F | 10B | 2B | 30 |
| Octal | 165 | 106 | 257 | 41 | 74 | 0 | 37 | 413 | 53 | 60 |
| Binary | 1110101 | 1000110 | 10101111 | 100001 | 111100 | 0 | 11111 | 100001011 | 101011 | 110000 |
Color Harmonies of #7546AF
Complementary color
Monochromatic Colors of #7546AF
Black with #7546AF
Text Example
Text Example
White with #7546AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7546AF; }
p { color: rgb(117,70,175); }
H1.HeaderClassName
{
color: #7546AF;
}
.AnyTagClassName
{
color: #7546AF;
}
</style>
background-color css
<style>
a { background-color: #7546AF; }
a { background-color: rgb(117,70,175); }
div.DivClassName
{
background-color: #7546AF;
}
.BgClassName
{
background-color: #7546AF;
}
</style>
border-color css
<style>
span { border-color: #7546AF; }
span { border-color: rgb(117,70,175); }
td.TdClassName
{
border-color: #7546AF;
}
.TagClassName
{
border-color: #7546AF;
}
</style>