Shades of Studio #73429A
Tints of Studio #73429A
RGB
CMYK
RGB Variations
Color information
#73429A (or 0x73429A) is known color: Studio. HEX triplet: 73, 42 and 9A. RGB value is (115,66,154). Sum of RGB (Red+Green+Blue) = 115+66+154=335 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.33% from 335); Green value is 66 (26.17% from 255 or 19.70% from 335); Blue value is 154 (60.55% from 255 or 45.97% from 335); Max value from RGB is 154 - color contains mainly: blue. Hex color #73429A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73429A is #8CBD65. Grayscale: #5A5A5A. Windows color (decimal): -9223526 or 10109555. OLE color: 10109555.
HSL color Cylindrical-coordinate representation of color #73429A: hue angle of 273.41º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #73429A is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 115 | 66 | 154 | - |
| CMYK | 0.25 | 0.57 | 0 | 0.40 |
| HSL | 273.41º | 0.4% | 0.43% | - |
| HSV(B) | 273.41º | 0.57% | 0.6% | - |
| XYZ | 14.85 | 9.87 | 31.7 | - |
| YUV | 90.68 | 163.73 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 66 | 154 | 0.25 | 0.57 | 0 | 0.40 | 273.41 | 0.4 | 0.43 |
| Hex | 73 | 42 | 9A | 19 | 39 | 0 | 28 | 111 | 28 | 2B |
| Octal | 163 | 102 | 232 | 31 | 71 | 0 | 50 | 421 | 50 | 53 |
| Binary | 1110011 | 1000010 | 10011010 | 11001 | 111001 | 0 | 101000 | 100010001 | 101000 | 101011 |
Color Harmonies of #73429A
Complementary color
Monochromatic Colors of #73429A
Black with #73429A
Text Example
Text Example
White with #73429A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73429A; }
p { color: rgb(115,66,154); }
H1.HeaderClassName
{
color: #73429A;
}
.AnyTagClassName
{
color: #73429A;
}
</style>
background-color css
<style>
a { background-color: #73429A; }
a { background-color: rgb(115,66,154); }
div.DivClassName
{
background-color: #73429A;
}
.BgClassName
{
background-color: #73429A;
}
</style>
border-color css
<style>
span { border-color: #73429A; }
span { border-color: rgb(115,66,154); }
td.TdClassName
{
border-color: #73429A;
}
.TagClassName
{
border-color: #73429A;
}
</style>