Shades of Studio #7A3DAF
Tints of Studio #7A3DAF
RGB
CMYK
RGB Variations
Color information
#7A3DAF (or 0x7A3DAF) is known color: Studio. HEX triplet: 7A, 3D and AF. RGB value is (122,61,175). Sum of RGB (Red+Green+Blue) = 122+61+175=358 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.08% from 358); Green value is 61 (24.22% from 255 or 17.04% from 358); Blue value is 175 (68.75% from 255 or 48.88% from 358); Max value from RGB is 175 - color contains mainly: blue. Hex color #7A3DAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A3DAF is #85C250. Grayscale: #5B5B5B. Windows color (decimal): -8766033 or 11484538. OLE color: 11484538.
HSL color Cylindrical-coordinate representation of color #7A3DAF: hue angle of 272.11º 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 #7A3DAF is Cyan = 0.30, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 122 | 61 | 175 | - |
| CMYK | 0.30 | 0.65 | 0 | 0.31 |
| HSL | 272.11º | 0.48% | 0.46% | - |
| HSV(B) | 272.11º | 0.65% | 0.69% | - |
| XYZ | 17.43 | 10.57 | 41.68 | - |
| YUV | 92.24 | 174.71 | 149.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 61 | 175 | 0.30 | 0.65 | 0 | 0.31 | 272.11 | 0.48 | 0.46 |
| Hex | 7A | 3D | AF | 1E | 41 | 0 | 1F | 110 | 30 | 2E |
| Octal | 172 | 75 | 257 | 36 | 101 | 0 | 37 | 420 | 60 | 56 |
| Binary | 1111010 | 111101 | 10101111 | 11110 | 1000001 | 0 | 11111 | 100010000 | 110000 | 101110 |
Color Harmonies of #7A3DAF
Complementary color
Monochromatic Colors of #7A3DAF
Black with #7A3DAF
Text Example
Text Example
White with #7A3DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3DAF; }
p { color: rgb(122,61,175); }
H1.HeaderClassName
{
color: #7A3DAF;
}
.AnyTagClassName
{
color: #7A3DAF;
}
</style>
background-color css
<style>
a { background-color: #7A3DAF; }
a { background-color: rgb(122,61,175); }
div.DivClassName
{
background-color: #7A3DAF;
}
.BgClassName
{
background-color: #7A3DAF;
}
</style>
border-color css
<style>
span { border-color: #7A3DAF; }
span { border-color: rgb(122,61,175); }
td.TdClassName
{
border-color: #7A3DAF;
}
.TagClassName
{
border-color: #7A3DAF;
}
</style>