Shades of Studio #7D459B
Tints of Studio #7D459B
RGB
CMYK
RGB Variations
Color information
#7D459B (or 0x7D459B) is known color: Studio. HEX triplet: 7D, 45 and 9B. RGB value is (125,69,155). Sum of RGB (Red+Green+Blue) = 125+69+155=349 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.82% from 349); Green value is 69 (27.34% from 255 or 19.77% from 349); Blue value is 155 (60.94% from 255 or 44.41% from 349); Max value from RGB is 155 - color contains mainly: blue. Hex color #7D459B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D459B is #82BA64. Grayscale: #5F5F5F. Windows color (decimal): -8567397 or 10175869. OLE color: 10175869.
HSL color Cylindrical-coordinate representation of color #7D459B: hue angle of 279.07º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7D459B is Cyan = 0.19, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 125 | 69 | 155 | - |
| CMYK | 0.19 | 0.55 | 0 | 0.39 |
| HSL | 279.07º | 0.38% | 0.44% | - |
| HSV(B) | 279.07º | 0.55% | 0.61% | - |
| XYZ | 16.5 | 10.98 | 32.26 | - |
| YUV | 95.55 | 161.55 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 69 | 155 | 0.19 | 0.55 | 0 | 0.39 | 279.07 | 0.38 | 0.44 |
| Hex | 7D | 45 | 9B | 13 | 37 | 0 | 27 | 117 | 26 | 2C |
| Octal | 175 | 105 | 233 | 23 | 67 | 0 | 47 | 427 | 46 | 54 |
| Binary | 1111101 | 1000101 | 10011011 | 10011 | 110111 | 0 | 100111 | 100010111 | 100110 | 101100 |
Color Harmonies of #7D459B
Complementary color
Monochromatic Colors of #7D459B
Black with #7D459B
Text Example
Text Example
White with #7D459B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D459B; }
p { color: rgb(125,69,155); }
H1.HeaderClassName
{
color: #7D459B;
}
.AnyTagClassName
{
color: #7D459B;
}
</style>
background-color css
<style>
a { background-color: #7D459B; }
a { background-color: rgb(125,69,155); }
div.DivClassName
{
background-color: #7D459B;
}
.BgClassName
{
background-color: #7D459B;
}
</style>
border-color css
<style>
span { border-color: #7D459B; }
span { border-color: rgb(125,69,155); }
td.TdClassName
{
border-color: #7D459B;
}
.TagClassName
{
border-color: #7D459B;
}
</style>