Shades of Studio #73439B
Tints of Studio #73439B
RGB
CMYK
RGB Variations
Color information
#73439B (or 0x73439B) is known color: Studio. HEX triplet: 73, 43 and 9B. RGB value is (115,67,155). Sum of RGB (Red+Green+Blue) = 115+67+155=337 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.12% from 337); Green value is 67 (26.56% from 255 or 19.88% from 337); Blue value is 155 (60.94% from 255 or 45.99% from 337); Max value from RGB is 155 - color contains mainly: blue. Hex color #73439B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73439B is #8CBC64. Grayscale: #5B5B5B. Windows color (decimal): -9223269 or 10175347. OLE color: 10175347.
HSL color Cylindrical-coordinate representation of color #73439B: hue angle of 272.73º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #73439B is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 115 | 67 | 155 | - |
| CMYK | 0.26 | 0.57 | 0 | 0.39 |
| HSL | 272.73º | 0.4% | 0.44% | - |
| HSV(B) | 272.73º | 0.57% | 0.61% | - |
| XYZ | 14.99 | 10.03 | 32.16 | - |
| YUV | 91.38 | 163.9 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 67 | 155 | 0.26 | 0.57 | 0 | 0.39 | 272.73 | 0.4 | 0.44 |
| Hex | 73 | 43 | 9B | 1A | 39 | 0 | 27 | 111 | 28 | 2C |
| Octal | 163 | 103 | 233 | 32 | 71 | 0 | 47 | 421 | 50 | 54 |
| Binary | 1110011 | 1000011 | 10011011 | 11010 | 111001 | 0 | 100111 | 100010001 | 101000 | 101100 |
Color Harmonies of #73439B
Complementary color
Monochromatic Colors of #73439B
Black with #73439B
Text Example
Text Example
White with #73439B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73439B; }
p { color: rgb(115,67,155); }
H1.HeaderClassName
{
color: #73439B;
}
.AnyTagClassName
{
color: #73439B;
}
</style>
background-color css
<style>
a { background-color: #73439B; }
a { background-color: rgb(115,67,155); }
div.DivClassName
{
background-color: #73439B;
}
.BgClassName
{
background-color: #73439B;
}
</style>
border-color css
<style>
span { border-color: #73439B; }
span { border-color: rgb(115,67,155); }
td.TdClassName
{
border-color: #73439B;
}
.TagClassName
{
border-color: #73439B;
}
</style>