Shades of Studio #734AAA
Tints of Studio #734AAA
RGB
CMYK
RGB Variations
Color information
#734AAA (or 0x734AAA) is known color: Studio. HEX triplet: 73, 4A and AA. RGB value is (115,74,170). Sum of RGB (Red+Green+Blue) = 115+74+170=359 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.03% from 359); Green value is 74 (29.30% from 255 or 20.61% from 359); Blue value is 170 (66.80% from 255 or 47.35% from 359); Max value from RGB is 170 - color contains mainly: blue. Hex color #734AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #734AAA is #8CB555. Grayscale: #606060. Windows color (decimal): -9221462 or 11160179. OLE color: 11160179.
HSL color Cylindrical-coordinate representation of color #734AAA: hue angle of 265.62º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #734AAA is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 115 | 74 | 170 | - |
| CMYK | 0.32 | 0.56 | 0 | 0.33 |
| HSL | 265.63º | 0.39% | 0.48% | - |
| HSV(B) | 265.63º | 0.56% | 0.67% | - |
| XYZ | 16.77 | 11.44 | 39.36 | - |
| YUV | 97.2 | 169.08 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 74 | 170 | 0.32 | 0.56 | 0 | 0.33 | 265.63 | 0.39 | 0.48 |
| Hex | 73 | 4A | AA | 20 | 38 | 0 | 21 | 10A | 27 | 30 |
| Octal | 163 | 112 | 252 | 40 | 70 | 0 | 41 | 412 | 47 | 60 |
| Binary | 1110011 | 1001010 | 10101010 | 100000 | 111000 | 0 | 100001 | 100001010 | 100111 | 110000 |
Color Harmonies of #734AAA
Complementary color
Monochromatic Colors of #734AAA
Black with #734AAA
Text Example
Text Example
White with #734AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734AAA; }
p { color: rgb(115,74,170); }
H1.HeaderClassName
{
color: #734AAA;
}
.AnyTagClassName
{
color: #734AAA;
}
</style>
background-color css
<style>
a { background-color: #734AAA; }
a { background-color: rgb(115,74,170); }
div.DivClassName
{
background-color: #734AAA;
}
.BgClassName
{
background-color: #734AAA;
}
</style>
border-color css
<style>
span { border-color: #734AAA; }
span { border-color: rgb(115,74,170); }
td.TdClassName
{
border-color: #734AAA;
}
.TagClassName
{
border-color: #734AAA;
}
</style>