Shades of Studio #74419C
Tints of Studio #74419C
RGB
CMYK
RGB Variations
Color information
#74419C (or 0x74419C) is known color: Studio. HEX triplet: 74, 41 and 9C. RGB value is (116,65,156). Sum of RGB (Red+Green+Blue) = 116+65+156=337 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.42% from 337); Green value is 65 (25.78% from 255 or 19.29% from 337); Blue value is 156 (61.33% from 255 or 46.29% from 337); Max value from RGB is 156 - color contains mainly: blue. Hex color #74419C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74419C is #8BBE63. Grayscale: #5A5A5A. Windows color (decimal): -9158244 or 10240372. OLE color: 10240372.
HSL color Cylindrical-coordinate representation of color #74419C: hue angle of 273.63º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #74419C is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 116 | 65 | 156 | - |
| CMYK | 0.26 | 0.58 | 0 | 0.39 |
| HSL | 273.63º | 0.41% | 0.43% | - |
| HSV(B) | 273.63º | 0.58% | 0.61% | - |
| XYZ | 15.09 | 9.89 | 32.57 | - |
| YUV | 90.62 | 164.9 | 146.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 65 | 156 | 0.26 | 0.58 | 0 | 0.39 | 273.63 | 0.41 | 0.43 |
| Hex | 74 | 41 | 9C | 1A | 3A | 0 | 27 | 112 | 29 | 2B |
| Octal | 164 | 101 | 234 | 32 | 72 | 0 | 47 | 422 | 51 | 53 |
| Binary | 1110100 | 1000001 | 10011100 | 11010 | 111010 | 0 | 100111 | 100010010 | 101001 | 101011 |
Color Harmonies of #74419C
Complementary color
Monochromatic Colors of #74419C
Black with #74419C
Text Example
Text Example
White with #74419C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74419C; }
p { color: rgb(116,65,156); }
H1.HeaderClassName
{
color: #74419C;
}
.AnyTagClassName
{
color: #74419C;
}
</style>
background-color css
<style>
a { background-color: #74419C; }
a { background-color: rgb(116,65,156); }
div.DivClassName
{
background-color: #74419C;
}
.BgClassName
{
background-color: #74419C;
}
</style>
border-color css
<style>
span { border-color: #74419C; }
span { border-color: rgb(116,65,156); }
td.TdClassName
{
border-color: #74419C;
}
.TagClassName
{
border-color: #74419C;
}
</style>