Shades of Studio #744DB1
Tints of Studio #744DB1
RGB
CMYK
RGB Variations
Color information
#744DB1 (or 0x744DB1) is known color: Studio. HEX triplet: 74, 4D and B1. RGB value is (116,77,177). Sum of RGB (Red+Green+Blue) = 116+77+177=370 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.35% from 370); Green value is 77 (30.47% from 255 or 20.81% from 370); Blue value is 177 (69.53% from 255 or 47.84% from 370); Max value from RGB is 177 - color contains mainly: blue. Hex color #744DB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #744DB1 is #8BB24E. Grayscale: #636363. Windows color (decimal): -9155151 or 11619700. OLE color: 11619700.
HSL color Cylindrical-coordinate representation of color #744DB1: hue angle of 263.4º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #744DB1 is Cyan = 0.34, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 116 | 77 | 177 | - |
| CMYK | 0.34 | 0.56 | 0 | 0.31 |
| HSL | 263.4º | 0.39% | 0.5% | - |
| HSV(B) | 263.4º | 0.56% | 0.69% | - |
| XYZ | 17.79 | 12.2 | 43.01 | - |
| YUV | 100.06 | 171.42 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 77 | 177 | 0.34 | 0.56 | 0 | 0.31 | 263.4 | 0.39 | 0.5 |
| Hex | 74 | 4D | B1 | 22 | 38 | 0 | 1F | 107 | 27 | 32 |
| Octal | 164 | 115 | 261 | 42 | 70 | 0 | 37 | 407 | 47 | 62 |
| Binary | 1110100 | 1001101 | 10110001 | 100010 | 111000 | 0 | 11111 | 100000111 | 100111 | 110010 |
Color Harmonies of #744DB1
Complementary color
Monochromatic Colors of #744DB1
Black with #744DB1
Text Example
Text Example
White with #744DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744DB1; }
p { color: rgb(116,77,177); }
H1.HeaderClassName
{
color: #744DB1;
}
.AnyTagClassName
{
color: #744DB1;
}
</style>
background-color css
<style>
a { background-color: #744DB1; }
a { background-color: rgb(116,77,177); }
div.DivClassName
{
background-color: #744DB1;
}
.BgClassName
{
background-color: #744DB1;
}
</style>
border-color css
<style>
span { border-color: #744DB1; }
span { border-color: rgb(116,77,177); }
td.TdClassName
{
border-color: #744DB1;
}
.TagClassName
{
border-color: #744DB1;
}
</style>