Shades of Studio #7C40AF
Tints of Studio #7C40AF
RGB
CMYK
RGB Variations
Color information
#7C40AF (or 0x7C40AF) is known color: Studio. HEX triplet: 7C, 40 and AF. RGB value is (124,64,175). Sum of RGB (Red+Green+Blue) = 124+64+175=363 (48% of max value = 765). Red value is 124 (48.83% from 255 or 34.16% from 363); Green value is 64 (25.39% from 255 or 17.63% from 363); Blue value is 175 (68.75% from 255 or 48.21% from 363); Max value from RGB is 175 - color contains mainly: blue. Hex color #7C40AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C40AF is #83BF50. Grayscale: #5E5E5E. Windows color (decimal): -8634193 or 11485308. OLE color: 11485308.
HSL color Cylindrical-coordinate representation of color #7C40AF: hue angle of 272.43º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7C40AF is Cyan = 0.29, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 124 | 64 | 175 | - |
| CMYK | 0.29 | 0.63 | 0 | 0.31 |
| HSL | 272.43º | 0.46% | 0.47% | - |
| HSV(B) | 272.43º | 0.63% | 0.69% | - |
| XYZ | 17.88 | 11.05 | 41.75 | - |
| YUV | 94.59 | 173.38 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 64 | 175 | 0.29 | 0.63 | 0 | 0.31 | 272.43 | 0.46 | 0.47 |
| Hex | 7C | 40 | AF | 1D | 3F | 0 | 1F | 110 | 2E | 2F |
| Octal | 174 | 100 | 257 | 35 | 77 | 0 | 37 | 420 | 56 | 57 |
| Binary | 1111100 | 1000000 | 10101111 | 11101 | 111111 | 0 | 11111 | 100010000 | 101110 | 101111 |
Color Harmonies of #7C40AF
Complementary color
Monochromatic Colors of #7C40AF
Black with #7C40AF
Text Example
Text Example
White with #7C40AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C40AF; }
p { color: rgb(124,64,175); }
H1.HeaderClassName
{
color: #7C40AF;
}
.AnyTagClassName
{
color: #7C40AF;
}
</style>
background-color css
<style>
a { background-color: #7C40AF; }
a { background-color: rgb(124,64,175); }
div.DivClassName
{
background-color: #7C40AF;
}
.BgClassName
{
background-color: #7C40AF;
}
</style>
border-color css
<style>
span { border-color: #7C40AF; }
span { border-color: rgb(124,64,175); }
td.TdClassName
{
border-color: #7C40AF;
}
.TagClassName
{
border-color: #7C40AF;
}
</style>