Shades of Studio #7C44BF
Tints of Studio #7C44BF
RGB
CMYK
RGB Variations
Color information
#7C44BF (or 0x7C44BF) is known color: Studio. HEX triplet: 7C, 44 and BF. RGB value is (124,68,191). Sum of RGB (Red+Green+Blue) = 124+68+191=383 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.38% from 383); Green value is 68 (26.95% from 255 or 17.75% from 383); Blue value is 191 (75% from 255 or 49.87% from 383); Max value from RGB is 191 - color contains mainly: blue. Hex color #7C44BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C44BF is #83BB40. Grayscale: #626262. Windows color (decimal): -8633153 or 12534908. OLE color: 12534908.
HSL color Cylindrical-coordinate representation of color #7C44BF: hue angle of 267.32º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7C44BF is Cyan = 0.35, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 124 | 68 | 191 | - |
| CMYK | 0.35 | 0.64 | 0 | 0.25 |
| HSL | 267.32º | 0.49% | 0.51% | - |
| HSV(B) | 267.32º | 0.64% | 0.75% | - |
| XYZ | 19.78 | 12.18 | 50.6 | - |
| YUV | 98.77 | 180.05 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 68 | 191 | 0.35 | 0.64 | 0 | 0.25 | 267.32 | 0.49 | 0.51 |
| Hex | 7C | 44 | BF | 23 | 40 | 0 | 19 | 10B | 31 | 33 |
| Octal | 174 | 104 | 277 | 43 | 100 | 0 | 31 | 413 | 61 | 63 |
| Binary | 1111100 | 1000100 | 10111111 | 100011 | 1000000 | 0 | 11001 | 100001011 | 110001 | 110011 |
Color Harmonies of #7C44BF
Complementary color
Monochromatic Colors of #7C44BF
Black with #7C44BF
Text Example
Text Example
White with #7C44BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C44BF; }
p { color: rgb(124,68,191); }
H1.HeaderClassName
{
color: #7C44BF;
}
.AnyTagClassName
{
color: #7C44BF;
}
</style>
background-color css
<style>
a { background-color: #7C44BF; }
a { background-color: rgb(124,68,191); }
div.DivClassName
{
background-color: #7C44BF;
}
.BgClassName
{
background-color: #7C44BF;
}
</style>
border-color css
<style>
span { border-color: #7C44BF; }
span { border-color: rgb(124,68,191); }
td.TdClassName
{
border-color: #7C44BF;
}
.TagClassName
{
border-color: #7C44BF;
}
</style>