Shades of Studio #7C53B1
Tints of Studio #7C53B1
RGB
CMYK
RGB Variations
Color information
#7C53B1 (or 0x7C53B1) is known color: Studio. HEX triplet: 7C, 53 and B1. RGB value is (124,83,177). Sum of RGB (Red+Green+Blue) = 124+83+177=384 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.29% from 384); Green value is 83 (32.81% from 255 or 21.61% from 384); Blue value is 177 (69.53% from 255 or 46.09% from 384); Max value from RGB is 177 - color contains mainly: blue. Hex color #7C53B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C53B1 is #83AC4E. Grayscale: #696969. Windows color (decimal): -8629327 or 11621244. OLE color: 11621244.
HSL color Cylindrical-coordinate representation of color #7C53B1: hue angle of 266.17º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7C53B1 is Cyan = 0.30, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 124 | 83 | 177 | - |
| CMYK | 0.30 | 0.53 | 0 | 0.31 |
| HSL | 266.17º | 0.38% | 0.51% | - |
| HSV(B) | 266.17º | 0.53% | 0.69% | - |
| XYZ | 19.34 | 13.65 | 43.21 | - |
| YUV | 105.98 | 168.08 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 83 | 177 | 0.30 | 0.53 | 0 | 0.31 | 266.17 | 0.38 | 0.51 |
| Hex | 7C | 53 | B1 | 1E | 35 | 0 | 1F | 10A | 26 | 33 |
| Octal | 174 | 123 | 261 | 36 | 65 | 0 | 37 | 412 | 46 | 63 |
| Binary | 1111100 | 1010011 | 10110001 | 11110 | 110101 | 0 | 11111 | 100001010 | 100110 | 110011 |
Color Harmonies of #7C53B1
Complementary color
Monochromatic Colors of #7C53B1
Black with #7C53B1
Text Example
Text Example
White with #7C53B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C53B1; }
p { color: rgb(124,83,177); }
H1.HeaderClassName
{
color: #7C53B1;
}
.AnyTagClassName
{
color: #7C53B1;
}
</style>
background-color css
<style>
a { background-color: #7C53B1; }
a { background-color: rgb(124,83,177); }
div.DivClassName
{
background-color: #7C53B1;
}
.BgClassName
{
background-color: #7C53B1;
}
</style>
border-color css
<style>
span { border-color: #7C53B1; }
span { border-color: rgb(124,83,177); }
td.TdClassName
{
border-color: #7C53B1;
}
.TagClassName
{
border-color: #7C53B1;
}
</style>