Shades of Studio #74439F
Tints of Studio #74439F
RGB
CMYK
RGB Variations
Color information
#74439F (or 0x74439F) is known color: Studio. HEX triplet: 74, 43 and 9F. RGB value is (116,67,159). Sum of RGB (Red+Green+Blue) = 116+67+159=342 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.92% from 342); Green value is 67 (26.56% from 255 or 19.59% from 342); Blue value is 159 (62.5% from 255 or 46.49% from 342); Max value from RGB is 159 - color contains mainly: blue. Hex color #74439F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74439F is #8BBC60. Grayscale: #5B5B5B. Windows color (decimal): -9157729 or 10437492. OLE color: 10437492.
HSL color Cylindrical-coordinate representation of color #74439F: hue angle of 271.96º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #74439F is Cyan = 0.27, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 116 | 67 | 159 | - |
| CMYK | 0.27 | 0.58 | 0 | 0.38 |
| HSL | 271.96º | 0.41% | 0.44% | - |
| HSV(B) | 271.96º | 0.58% | 0.62% | - |
| XYZ | 15.47 | 10.23 | 33.96 | - |
| YUV | 92.14 | 165.73 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 67 | 159 | 0.27 | 0.58 | 0 | 0.38 | 271.96 | 0.41 | 0.44 |
| Hex | 74 | 43 | 9F | 1B | 3A | 0 | 26 | 110 | 29 | 2C |
| Octal | 164 | 103 | 237 | 33 | 72 | 0 | 46 | 420 | 51 | 54 |
| Binary | 1110100 | 1000011 | 10011111 | 11011 | 111010 | 0 | 100110 | 100010000 | 101001 | 101100 |
Color Harmonies of #74439F
Complementary color
Monochromatic Colors of #74439F
Black with #74439F
Text Example
Text Example
White with #74439F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74439F; }
p { color: rgb(116,67,159); }
H1.HeaderClassName
{
color: #74439F;
}
.AnyTagClassName
{
color: #74439F;
}
</style>
background-color css
<style>
a { background-color: #74439F; }
a { background-color: rgb(116,67,159); }
div.DivClassName
{
background-color: #74439F;
}
.BgClassName
{
background-color: #74439F;
}
</style>
border-color css
<style>
span { border-color: #74439F; }
span { border-color: rgb(116,67,159); }
td.TdClassName
{
border-color: #74439F;
}
.TagClassName
{
border-color: #74439F;
}
</style>