Shades of Studio #7A3EAF
Tints of Studio #7A3EAF
RGB
CMYK
RGB Variations
Color information
#7A3EAF (or 0x7A3EAF) is known color: Studio. HEX triplet: 7A, 3E and AF. RGB value is (122,62,175). Sum of RGB (Red+Green+Blue) = 122+62+175=359 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.98% from 359); Green value is 62 (24.61% from 255 or 17.27% 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 #7A3EAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A3EAF is #85C150. Grayscale: #5C5C5C. Windows color (decimal): -8765777 or 11484794. OLE color: 11484794.
HSL color Cylindrical-coordinate representation of color #7A3EAF: hue angle of 271.86º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7A3EAF is Cyan = 0.30, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 122 | 62 | 175 | - |
| CMYK | 0.30 | 0.65 | 0 | 0.31 |
| HSL | 271.86º | 0.48% | 0.46% | - |
| HSV(B) | 271.86º | 0.65% | 0.69% | - |
| XYZ | 17.49 | 10.68 | 41.7 | - |
| YUV | 92.82 | 174.38 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 62 | 175 | 0.30 | 0.65 | 0 | 0.31 | 271.86 | 0.48 | 0.46 |
| Hex | 7A | 3E | AF | 1E | 41 | 0 | 1F | 110 | 30 | 2E |
| Octal | 172 | 76 | 257 | 36 | 101 | 0 | 37 | 420 | 60 | 56 |
| Binary | 1111010 | 111110 | 10101111 | 11110 | 1000001 | 0 | 11111 | 100010000 | 110000 | 101110 |
Color Harmonies of #7A3EAF
Complementary color
Monochromatic Colors of #7A3EAF
Black with #7A3EAF
Text Example
Text Example
White with #7A3EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3EAF; }
p { color: rgb(122,62,175); }
H1.HeaderClassName
{
color: #7A3EAF;
}
.AnyTagClassName
{
color: #7A3EAF;
}
</style>
background-color css
<style>
a { background-color: #7A3EAF; }
a { background-color: rgb(122,62,175); }
div.DivClassName
{
background-color: #7A3EAF;
}
.BgClassName
{
background-color: #7A3EAF;
}
</style>
border-color css
<style>
span { border-color: #7A3EAF; }
span { border-color: rgb(122,62,175); }
td.TdClassName
{
border-color: #7A3EAF;
}
.TagClassName
{
border-color: #7A3EAF;
}
</style>