Shades of Studio #74429B
Tints of Studio #74429B
RGB
CMYK
RGB Variations
Color information
#74429B (or 0x74429B) is known color: Studio. HEX triplet: 74, 42 and 9B. RGB value is (116,66,155). Sum of RGB (Red+Green+Blue) = 116+66+155=337 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.42% from 337); Green value is 66 (26.17% from 255 or 19.58% 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 #74429B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74429B is #8BBD64. Grayscale: #5A5A5A. Windows color (decimal): -9157989 or 10175092. OLE color: 10175092.
HSL color Cylindrical-coordinate representation of color #74429B: hue angle of 273.71º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #74429B is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 116 | 66 | 155 | - |
| CMYK | 0.25 | 0.57 | 0 | 0.39 |
| HSL | 273.71º | 0.4% | 0.43% | - |
| HSV(B) | 273.71º | 0.57% | 0.61% | - |
| XYZ | 15.07 | 9.98 | 32.14 | - |
| YUV | 91.1 | 164.07 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 66 | 155 | 0.25 | 0.57 | 0 | 0.39 | 273.71 | 0.4 | 0.43 |
| Hex | 74 | 42 | 9B | 19 | 39 | 0 | 27 | 112 | 28 | 2B |
| Octal | 164 | 102 | 233 | 31 | 71 | 0 | 47 | 422 | 50 | 53 |
| Binary | 1110100 | 1000010 | 10011011 | 11001 | 111001 | 0 | 100111 | 100010010 | 101000 | 101011 |
Color Harmonies of #74429B
Complementary color
Monochromatic Colors of #74429B
Black with #74429B
Text Example
Text Example
White with #74429B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74429B; }
p { color: rgb(116,66,155); }
H1.HeaderClassName
{
color: #74429B;
}
.AnyTagClassName
{
color: #74429B;
}
</style>
background-color css
<style>
a { background-color: #74429B; }
a { background-color: rgb(116,66,155); }
div.DivClassName
{
background-color: #74429B;
}
.BgClassName
{
background-color: #74429B;
}
</style>
border-color css
<style>
span { border-color: #74429B; }
span { border-color: rgb(116,66,155); }
td.TdClassName
{
border-color: #74429B;
}
.TagClassName
{
border-color: #74429B;
}
</style>