Shades of Studio #7544AF
Tints of Studio #7544AF
RGB
CMYK
RGB Variations
Color information
#7544AF (or 0x7544AF) is known color: Studio. HEX triplet: 75, 44 and AF. RGB value is (117,68,175). Sum of RGB (Red+Green+Blue) = 117+68+175=360 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.5% from 360); Green value is 68 (26.95% from 255 or 18.89% from 360); Blue value is 175 (68.75% from 255 or 48.61% from 360); Max value from RGB is 175 - color contains mainly: blue. Hex color #7544AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7544AF is #8ABB50. Grayscale: #5E5E5E. Windows color (decimal): -9091921 or 11486325. OLE color: 11486325.
HSL color Cylindrical-coordinate representation of color #7544AF: hue angle of 267.48º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7544AF is Cyan = 0.33, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 117 | 68 | 175 | - |
| CMYK | 0.33 | 0.61 | 0 | 0.31 |
| HSL | 267.48º | 0.44% | 0.48% | - |
| HSV(B) | 267.48º | 0.61% | 0.69% | - |
| XYZ | 17.14 | 11.01 | 41.78 | - |
| YUV | 94.85 | 173.23 | 143.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 68 | 175 | 0.33 | 0.61 | 0 | 0.31 | 267.48 | 0.44 | 0.48 |
| Hex | 75 | 44 | AF | 21 | 3D | 0 | 1F | 10B | 2C | 30 |
| Octal | 165 | 104 | 257 | 41 | 75 | 0 | 37 | 413 | 54 | 60 |
| Binary | 1110101 | 1000100 | 10101111 | 100001 | 111101 | 0 | 11111 | 100001011 | 101100 | 110000 |
Color Harmonies of #7544AF
Complementary color
Monochromatic Colors of #7544AF
Black with #7544AF
Text Example
Text Example
White with #7544AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7544AF; }
p { color: rgb(117,68,175); }
H1.HeaderClassName
{
color: #7544AF;
}
.AnyTagClassName
{
color: #7544AF;
}
</style>
background-color css
<style>
a { background-color: #7544AF; }
a { background-color: rgb(117,68,175); }
div.DivClassName
{
background-color: #7544AF;
}
.BgClassName
{
background-color: #7544AF;
}
</style>
border-color css
<style>
span { border-color: #7544AF; }
span { border-color: rgb(117,68,175); }
td.TdClassName
{
border-color: #7544AF;
}
.TagClassName
{
border-color: #7544AF;
}
</style>