Shades of Studio #7D54A4
Tints of Studio #7D54A4
RGB
CMYK
RGB Variations
Color information
#7D54A4 (or 0x7D54A4) is known color: Studio. HEX triplet: 7D, 54 and A4. RGB value is (125,84,164). Sum of RGB (Red+Green+Blue) = 125+84+164=373 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.51% from 373); Green value is 84 (33.20% from 255 or 22.52% from 373); Blue value is 164 (64.45% from 255 or 43.97% from 373); Max value from RGB is 164 - color contains mainly: blue. Hex color #7D54A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D54A4 is #82AB5B. Grayscale: #696969. Windows color (decimal): -8563548 or 10769533. OLE color: 10769533.
HSL color Cylindrical-coordinate representation of color #7D54A4: hue angle of 270.75º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7D54A4 is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 125 | 84 | 164 | - |
| CMYK | 0.24 | 0.49 | 0 | 0.36 |
| HSL | 270.75º | 0.32% | 0.49% | - |
| HSV(B) | 270.75º | 0.49% | 0.64% | - |
| XYZ | 18.33 | 13.38 | 36.74 | - |
| YUV | 105.38 | 161.08 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 84 | 164 | 0.24 | 0.49 | 0 | 0.36 | 270.75 | 0.32 | 0.49 |
| Hex | 7D | 54 | A4 | 18 | 31 | 0 | 24 | 10F | 20 | 31 |
| Octal | 175 | 124 | 244 | 30 | 61 | 0 | 44 | 417 | 40 | 61 |
| Binary | 1111101 | 1010100 | 10100100 | 11000 | 110001 | 0 | 100100 | 100001111 | 100000 | 110001 |
Color Harmonies of #7D54A4
Complementary color
Monochromatic Colors of #7D54A4
Black with #7D54A4
Text Example
Text Example
White with #7D54A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D54A4; }
p { color: rgb(125,84,164); }
H1.HeaderClassName
{
color: #7D54A4;
}
.AnyTagClassName
{
color: #7D54A4;
}
</style>
background-color css
<style>
a { background-color: #7D54A4; }
a { background-color: rgb(125,84,164); }
div.DivClassName
{
background-color: #7D54A4;
}
.BgClassName
{
background-color: #7D54A4;
}
</style>
border-color css
<style>
span { border-color: #7D54A4; }
span { border-color: rgb(125,84,164); }
td.TdClassName
{
border-color: #7D54A4;
}
.TagClassName
{
border-color: #7D54A4;
}
</style>