Shades of Studio #7D45BD
Tints of Studio #7D45BD
RGB
CMYK
RGB Variations
Color information
#7D45BD (or 0x7D45BD) is known color: Studio. HEX triplet: 7D, 45 and BD. RGB value is (125,69,189). Sum of RGB (Red+Green+Blue) = 125+69+189=383 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.64% from 383); Green value is 69 (27.34% from 255 or 18.02% from 383); Blue value is 189 (74.22% from 255 or 49.35% from 383); Max value from RGB is 189 - color contains mainly: blue. Hex color #7D45BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D45BD is #82BA42. Grayscale: #636363. Windows color (decimal): -8567363 or 12404093. OLE color: 12404093.
HSL color Cylindrical-coordinate representation of color #7D45BD: hue angle of 268º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7D45BD is Cyan = 0.34, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 125 | 69 | 189 | - |
| CMYK | 0.34 | 0.63 | 0 | 0.26 |
| HSL | 268º | 0.48% | 0.51% | - |
| HSV(B) | 268º | 0.63% | 0.74% | - |
| XYZ | 19.77 | 12.29 | 49.47 | - |
| YUV | 99.42 | 178.55 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 69 | 189 | 0.34 | 0.63 | 0 | 0.26 | 268 | 0.48 | 0.51 |
| Hex | 7D | 45 | BD | 22 | 3F | 0 | 1A | 10C | 30 | 33 |
| Octal | 175 | 105 | 275 | 42 | 77 | 0 | 32 | 414 | 60 | 63 |
| Binary | 1111101 | 1000101 | 10111101 | 100010 | 111111 | 0 | 11010 | 100001100 | 110000 | 110011 |
Color Harmonies of #7D45BD
Complementary color
Monochromatic Colors of #7D45BD
Black with #7D45BD
Text Example
Text Example
White with #7D45BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D45BD; }
p { color: rgb(125,69,189); }
H1.HeaderClassName
{
color: #7D45BD;
}
.AnyTagClassName
{
color: #7D45BD;
}
</style>
background-color css
<style>
a { background-color: #7D45BD; }
a { background-color: rgb(125,69,189); }
div.DivClassName
{
background-color: #7D45BD;
}
.BgClassName
{
background-color: #7D45BD;
}
</style>
border-color css
<style>
span { border-color: #7D45BD; }
span { border-color: rgb(125,69,189); }
td.TdClassName
{
border-color: #7D45BD;
}
.TagClassName
{
border-color: #7D45BD;
}
</style>