Shades of Studio #744298
Tints of Studio #744298
RGB
CMYK
RGB Variations
Color information
#744298 (or 0x744298) is known color: Studio. HEX triplet: 74, 42 and 98. RGB value is (116,66,152). Sum of RGB (Red+Green+Blue) = 116+66+152=334 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.73% from 334); Green value is 66 (26.17% from 255 or 19.76% from 334); Blue value is 152 (59.77% from 255 or 45.51% from 334); Max value from RGB is 152 - color contains mainly: blue. Hex color #744298 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #744298 is #8BBD67. Grayscale: #5A5A5A. Windows color (decimal): -9157992 or 9978484. OLE color: 9978484.
HSL color Cylindrical-coordinate representation of color #744298: hue angle of 274.88º degrees, saturation: 0.39, 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 #744298 is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 116 | 66 | 152 | - |
| CMYK | 0.24 | 0.57 | 0 | 0.40 |
| HSL | 274.88º | 0.39% | 0.43% | - |
| HSV(B) | 274.88º | 0.57% | 0.6% | - |
| XYZ | 14.82 | 9.88 | 30.83 | - |
| YUV | 90.75 | 162.57 | 146.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 66 | 152 | 0.24 | 0.57 | 0 | 0.40 | 274.88 | 0.39 | 0.43 |
| Hex | 74 | 42 | 98 | 18 | 39 | 0 | 28 | 113 | 27 | 2B |
| Octal | 164 | 102 | 230 | 30 | 71 | 0 | 50 | 423 | 47 | 53 |
| Binary | 1110100 | 1000010 | 10011000 | 11000 | 111001 | 0 | 101000 | 100010011 | 100111 | 101011 |
Color Harmonies of #744298
Complementary color
Monochromatic Colors of #744298
Black with #744298
Text Example
Text Example
White with #744298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744298; }
p { color: rgb(116,66,152); }
H1.HeaderClassName
{
color: #744298;
}
.AnyTagClassName
{
color: #744298;
}
</style>
background-color css
<style>
a { background-color: #744298; }
a { background-color: rgb(116,66,152); }
div.DivClassName
{
background-color: #744298;
}
.BgClassName
{
background-color: #744298;
}
</style>
border-color css
<style>
span { border-color: #744298; }
span { border-color: rgb(116,66,152); }
td.TdClassName
{
border-color: #744298;
}
.TagClassName
{
border-color: #744298;
}
</style>