Shades of Studio #7C3CAF
Tints of Studio #7C3CAF
RGB
CMYK
RGB Variations
Color information
#7C3CAF (or 0x7C3CAF) is known color: Studio. HEX triplet: 7C, 3C and AF. RGB value is (124,60,175). Sum of RGB (Red+Green+Blue) = 124+60+175=359 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.54% from 359); Green value is 60 (23.83% from 255 or 16.71% from 359); Blue value is 175 (68.75% from 255 or 48.75% from 359); Max value from RGB is 175 - color contains mainly: blue. Hex color #7C3CAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C3CAF is #83C350. Grayscale: #5B5B5B. Windows color (decimal): -8635217 or 11484284. OLE color: 11484284.
HSL color Cylindrical-coordinate representation of color #7C3CAF: hue angle of 273.39º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7C3CAF is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 124 | 60 | 175 | - |
| CMYK | 0.29 | 0.66 | 0 | 0.31 |
| HSL | 273.39º | 0.49% | 0.46% | - |
| HSV(B) | 273.39º | 0.66% | 0.69% | - |
| XYZ | 17.67 | 10.61 | 41.67 | - |
| YUV | 92.25 | 174.7 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 60 | 175 | 0.29 | 0.66 | 0 | 0.31 | 273.39 | 0.49 | 0.46 |
| Hex | 7C | 3C | AF | 1D | 42 | 0 | 1F | 111 | 31 | 2E |
| Octal | 174 | 74 | 257 | 35 | 102 | 0 | 37 | 421 | 61 | 56 |
| Binary | 1111100 | 111100 | 10101111 | 11101 | 1000010 | 0 | 11111 | 100010001 | 110001 | 101110 |
Color Harmonies of #7C3CAF
Complementary color
Monochromatic Colors of #7C3CAF
Black with #7C3CAF
Text Example
Text Example
White with #7C3CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3CAF; }
p { color: rgb(124,60,175); }
H1.HeaderClassName
{
color: #7C3CAF;
}
.AnyTagClassName
{
color: #7C3CAF;
}
</style>
background-color css
<style>
a { background-color: #7C3CAF; }
a { background-color: rgb(124,60,175); }
div.DivClassName
{
background-color: #7C3CAF;
}
.BgClassName
{
background-color: #7C3CAF;
}
</style>
border-color css
<style>
span { border-color: #7C3CAF; }
span { border-color: rgb(124,60,175); }
td.TdClassName
{
border-color: #7C3CAF;
}
.TagClassName
{
border-color: #7C3CAF;
}
</style>