Shades of Studio #7D419F
Tints of Studio #7D419F
RGB
CMYK
RGB Variations
Color information
#7D419F (or 0x7D419F) is known color: Studio. HEX triplet: 7D, 41 and 9F. RGB value is (125,65,159). Sum of RGB (Red+Green+Blue) = 125+65+159=349 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.82% from 349); Green value is 65 (25.78% from 255 or 18.62% from 349); Blue value is 159 (62.5% from 255 or 45.56% from 349); Max value from RGB is 159 - color contains mainly: blue. Hex color #7D419F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D419F is #82BE60. Grayscale: #5D5D5D. Windows color (decimal): -8568417 or 10436989. OLE color: 10436989.
HSL color Cylindrical-coordinate representation of color #7D419F: hue angle of 278.3º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7D419F is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 125 | 65 | 159 | - |
| CMYK | 0.21 | 0.59 | 0 | 0.38 |
| HSL | 278.3º | 0.42% | 0.44% | - |
| HSV(B) | 278.3º | 0.59% | 0.62% | - |
| XYZ | 16.61 | 10.64 | 33.98 | - |
| YUV | 93.66 | 164.88 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 65 | 159 | 0.21 | 0.59 | 0 | 0.38 | 278.3 | 0.42 | 0.44 |
| Hex | 7D | 41 | 9F | 15 | 3B | 0 | 26 | 116 | 2A | 2C |
| Octal | 175 | 101 | 237 | 25 | 73 | 0 | 46 | 426 | 52 | 54 |
| Binary | 1111101 | 1000001 | 10011111 | 10101 | 111011 | 0 | 100110 | 100010110 | 101010 | 101100 |
Color Harmonies of #7D419F
Complementary color
Monochromatic Colors of #7D419F
Black with #7D419F
Text Example
Text Example
White with #7D419F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D419F; }
p { color: rgb(125,65,159); }
H1.HeaderClassName
{
color: #7D419F;
}
.AnyTagClassName
{
color: #7D419F;
}
</style>
background-color css
<style>
a { background-color: #7D419F; }
a { background-color: rgb(125,65,159); }
div.DivClassName
{
background-color: #7D419F;
}
.BgClassName
{
background-color: #7D419F;
}
</style>
border-color css
<style>
span { border-color: #7D419F; }
span { border-color: rgb(125,65,159); }
td.TdClassName
{
border-color: #7D419F;
}
.TagClassName
{
border-color: #7D419F;
}
</style>