Shades of Studio #7E4ABF
Tints of Studio #7E4ABF
RGB
CMYK
RGB Variations
Color information
#7E4ABF (or 0x7E4ABF) is known color: Studio. HEX triplet: 7E, 4A and BF. RGB value is (126,74,191). Sum of RGB (Red+Green+Blue) = 126+74+191=391 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.23% from 391); Green value is 74 (29.30% from 255 or 18.93% from 391); Blue value is 191 (75% from 255 or 48.85% from 391); Max value from RGB is 191 - color contains mainly: blue. Hex color #7E4ABF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E4ABF is #81B540. Grayscale: #666666. Windows color (decimal): -8500545 or 12536446. OLE color: 12536446.
HSL color Cylindrical-coordinate representation of color #7E4ABF: hue angle of 266.67º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7E4ABF is Cyan = 0.34, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 126 | 74 | 191 | - |
| CMYK | 0.34 | 0.61 | 0 | 0.25 |
| HSL | 266.67º | 0.48% | 0.52% | - |
| HSV(B) | 266.67º | 0.61% | 0.75% | - |
| XYZ | 20.46 | 13.09 | 50.74 | - |
| YUV | 102.89 | 177.73 | 144.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 74 | 191 | 0.34 | 0.61 | 0 | 0.25 | 266.67 | 0.48 | 0.52 |
| Hex | 7E | 4A | BF | 22 | 3D | 0 | 19 | 10B | 30 | 34 |
| Octal | 176 | 112 | 277 | 42 | 75 | 0 | 31 | 413 | 60 | 64 |
| Binary | 1111110 | 1001010 | 10111111 | 100010 | 111101 | 0 | 11001 | 100001011 | 110000 | 110100 |
Color Harmonies of #7E4ABF
Complementary color
Monochromatic Colors of #7E4ABF
Black with #7E4ABF
Text Example
Text Example
White with #7E4ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4ABF; }
p { color: rgb(126,74,191); }
H1.HeaderClassName
{
color: #7E4ABF;
}
.AnyTagClassName
{
color: #7E4ABF;
}
</style>
background-color css
<style>
a { background-color: #7E4ABF; }
a { background-color: rgb(126,74,191); }
div.DivClassName
{
background-color: #7E4ABF;
}
.BgClassName
{
background-color: #7E4ABF;
}
</style>
border-color css
<style>
span { border-color: #7E4ABF; }
span { border-color: rgb(126,74,191); }
td.TdClassName
{
border-color: #7E4ABF;
}
.TagClassName
{
border-color: #7E4ABF;
}
</style>