Shades of Studio #74459C
Tints of Studio #74459C
RGB
CMYK
RGB Variations
Color information
#74459C (or 0x74459C) is known color: Studio. HEX triplet: 74, 45 and 9C. RGB value is (116,69,156). Sum of RGB (Red+Green+Blue) = 116+69+156=341 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.02% from 341); Green value is 69 (27.34% from 255 or 20.23% from 341); Blue value is 156 (61.33% from 255 or 45.75% from 341); Max value from RGB is 156 - color contains mainly: blue. Hex color #74459C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74459C is #8BBA63. Grayscale: #5C5C5C. Windows color (decimal): -9157220 or 10241396. OLE color: 10241396.
HSL color Cylindrical-coordinate representation of color #74459C: hue angle of 272.41º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #74459C is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 116 | 69 | 156 | - |
| CMYK | 0.26 | 0.56 | 0 | 0.39 |
| HSL | 272.41º | 0.39% | 0.44% | - |
| HSV(B) | 272.41º | 0.56% | 0.61% | - |
| XYZ | 15.33 | 10.37 | 32.65 | - |
| YUV | 92.97 | 163.57 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 69 | 156 | 0.26 | 0.56 | 0 | 0.39 | 272.41 | 0.39 | 0.44 |
| Hex | 74 | 45 | 9C | 1A | 38 | 0 | 27 | 110 | 27 | 2C |
| Octal | 164 | 105 | 234 | 32 | 70 | 0 | 47 | 420 | 47 | 54 |
| Binary | 1110100 | 1000101 | 10011100 | 11010 | 111000 | 0 | 100111 | 100010000 | 100111 | 101100 |
Color Harmonies of #74459C
Complementary color
Monochromatic Colors of #74459C
Black with #74459C
Text Example
Text Example
White with #74459C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74459C; }
p { color: rgb(116,69,156); }
H1.HeaderClassName
{
color: #74459C;
}
.AnyTagClassName
{
color: #74459C;
}
</style>
background-color css
<style>
a { background-color: #74459C; }
a { background-color: rgb(116,69,156); }
div.DivClassName
{
background-color: #74459C;
}
.BgClassName
{
background-color: #74459C;
}
</style>
border-color css
<style>
span { border-color: #74459C; }
span { border-color: rgb(116,69,156); }
td.TdClassName
{
border-color: #74459C;
}
.TagClassName
{
border-color: #74459C;
}
</style>