Shades of Studio #73439A
Tints of Studio #73439A
RGB
CMYK
RGB Variations
Color information
#73439A (or 0x73439A) is known color: Studio. HEX triplet: 73, 43 and 9A. RGB value is (115,67,154). Sum of RGB (Red+Green+Blue) = 115+67+154=336 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.23% from 336); Green value is 67 (26.56% from 255 or 19.94% from 336); Blue value is 154 (60.55% from 255 or 45.83% from 336); Max value from RGB is 154 - color contains mainly: blue. Hex color #73439A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73439A is #8CBC65. Grayscale: #5A5A5A. Windows color (decimal): -9223270 or 10109811. OLE color: 10109811.
HSL color Cylindrical-coordinate representation of color #73439A: hue angle of 273.1º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #73439A is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 115 | 67 | 154 | - |
| CMYK | 0.25 | 0.56 | 0 | 0.40 |
| HSL | 273.1º | 0.39% | 0.43% | - |
| HSV(B) | 273.1º | 0.56% | 0.6% | - |
| XYZ | 14.91 | 9.99 | 31.71 | - |
| YUV | 91.27 | 163.4 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 67 | 154 | 0.25 | 0.56 | 0 | 0.40 | 273.1 | 0.39 | 0.43 |
| Hex | 73 | 43 | 9A | 19 | 38 | 0 | 28 | 111 | 27 | 2B |
| Octal | 163 | 103 | 232 | 31 | 70 | 0 | 50 | 421 | 47 | 53 |
| Binary | 1110011 | 1000011 | 10011010 | 11001 | 111000 | 0 | 101000 | 100010001 | 100111 | 101011 |
Color Harmonies of #73439A
Complementary color
Monochromatic Colors of #73439A
Black with #73439A
Text Example
Text Example
White with #73439A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73439A; }
p { color: rgb(115,67,154); }
H1.HeaderClassName
{
color: #73439A;
}
.AnyTagClassName
{
color: #73439A;
}
</style>
background-color css
<style>
a { background-color: #73439A; }
a { background-color: rgb(115,67,154); }
div.DivClassName
{
background-color: #73439A;
}
.BgClassName
{
background-color: #73439A;
}
</style>
border-color css
<style>
span { border-color: #73439A; }
span { border-color: rgb(115,67,154); }
td.TdClassName
{
border-color: #73439A;
}
.TagClassName
{
border-color: #73439A;
}
</style>