Shades of Studio #7D3FAF
Tints of Studio #7D3FAF
RGB
CMYK
RGB Variations
Color information
#7D3FAF (or 0x7D3FAF) is known color: Studio. HEX triplet: 7D, 3F and AF. RGB value is (125,63,175). Sum of RGB (Red+Green+Blue) = 125+63+175=363 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.44% from 363); Green value is 63 (25% from 255 or 17.36% from 363); Blue value is 175 (68.75% from 255 or 48.21% from 363); Max value from RGB is 175 - color contains mainly: blue. Hex color #7D3FAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D3FAF is #82C050. Grayscale: #5D5D5D. Windows color (decimal): -8568913 or 11485053. OLE color: 11485053.
HSL color Cylindrical-coordinate representation of color #7D3FAF: hue angle of 273.21º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7D3FAF is Cyan = 0.29, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 125 | 63 | 175 | - |
| CMYK | 0.29 | 0.64 | 0 | 0.31 |
| HSL | 273.21º | 0.47% | 0.47% | - |
| HSV(B) | 273.21º | 0.64% | 0.69% | - |
| XYZ | 17.97 | 11.01 | 41.74 | - |
| YUV | 94.31 | 173.54 | 149.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 63 | 175 | 0.29 | 0.64 | 0 | 0.31 | 273.21 | 0.47 | 0.47 |
| Hex | 7D | 3F | AF | 1D | 40 | 0 | 1F | 111 | 2F | 2F |
| Octal | 175 | 77 | 257 | 35 | 100 | 0 | 37 | 421 | 57 | 57 |
| Binary | 1111101 | 111111 | 10101111 | 11101 | 1000000 | 0 | 11111 | 100010001 | 101111 | 101111 |
Color Harmonies of #7D3FAF
Complementary color
Monochromatic Colors of #7D3FAF
Black with #7D3FAF
Text Example
Text Example
White with #7D3FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3FAF; }
p { color: rgb(125,63,175); }
H1.HeaderClassName
{
color: #7D3FAF;
}
.AnyTagClassName
{
color: #7D3FAF;
}
</style>
background-color css
<style>
a { background-color: #7D3FAF; }
a { background-color: rgb(125,63,175); }
div.DivClassName
{
background-color: #7D3FAF;
}
.BgClassName
{
background-color: #7D3FAF;
}
</style>
border-color css
<style>
span { border-color: #7D3FAF; }
span { border-color: rgb(125,63,175); }
td.TdClassName
{
border-color: #7D3FAF;
}
.TagClassName
{
border-color: #7D3FAF;
}
</style>