Shades of Studio #7D3FAA
Tints of Studio #7D3FAA
RGB
CMYK
RGB Variations
Color information
#7D3FAA (or 0x7D3FAA) is known color: Studio. HEX triplet: 7D, 3F and AA. RGB value is (125,63,170). Sum of RGB (Red+Green+Blue) = 125+63+170=358 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.92% from 358); Green value is 63 (25% from 255 or 17.60% from 358); Blue value is 170 (66.80% from 255 or 47.49% from 358); Max value from RGB is 170 - color contains mainly: blue. Hex color #7D3FAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D3FAA is #82C055. Grayscale: #5D5D5D. Windows color (decimal): -8568918 or 11157373. OLE color: 11157373.
HSL color Cylindrical-coordinate representation of color #7D3FAA: hue angle of 274.77º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7D3FAA is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 63 | 170 | - |
| CMYK | 0.26 | 0.63 | 0 | 0.33 |
| HSL | 274.77º | 0.46% | 0.46% | - |
| HSV(B) | 274.77º | 0.63% | 0.67% | - |
| XYZ | 17.49 | 10.82 | 39.2 | - |
| YUV | 93.74 | 171.04 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 63 | 170 | 0.26 | 0.63 | 0 | 0.33 | 274.77 | 0.46 | 0.46 |
| Hex | 7D | 3F | AA | 1A | 3F | 0 | 21 | 113 | 2E | 2E |
| Octal | 175 | 77 | 252 | 32 | 77 | 0 | 41 | 423 | 56 | 56 |
| Binary | 1111101 | 111111 | 10101010 | 11010 | 111111 | 0 | 100001 | 100010011 | 101110 | 101110 |
Color Harmonies of #7D3FAA
Complementary color
Monochromatic Colors of #7D3FAA
Black with #7D3FAA
Text Example
Text Example
White with #7D3FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3FAA; }
p { color: rgb(125,63,170); }
H1.HeaderClassName
{
color: #7D3FAA;
}
.AnyTagClassName
{
color: #7D3FAA;
}
</style>
background-color css
<style>
a { background-color: #7D3FAA; }
a { background-color: rgb(125,63,170); }
div.DivClassName
{
background-color: #7D3FAA;
}
.BgClassName
{
background-color: #7D3FAA;
}
</style>
border-color css
<style>
span { border-color: #7D3FAA; }
span { border-color: rgb(125,63,170); }
td.TdClassName
{
border-color: #7D3FAA;
}
.TagClassName
{
border-color: #7D3FAA;
}
</style>