Shades of Studio #744CB6
Tints of Studio #744CB6
RGB
CMYK
RGB Variations
Color information
#744CB6 (or 0x744CB6) is known color: Studio. HEX triplet: 74, 4C and B6. RGB value is (116,76,182). Sum of RGB (Red+Green+Blue) = 116+76+182=374 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.02% from 374); Green value is 76 (30.08% from 255 or 20.32% from 374); Blue value is 182 (71.48% from 255 or 48.66% from 374); Max value from RGB is 182 - color contains mainly: blue. Hex color #744CB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #744CB6 is #8BB349. Grayscale: #636363. Windows color (decimal): -9155402 or 11947124. OLE color: 11947124.
HSL color Cylindrical-coordinate representation of color #744CB6: hue angle of 262.64º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #744CB6 is Cyan = 0.36, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 116 | 76 | 182 | - |
| CMYK | 0.36 | 0.58 | 0 | 0.29 |
| HSL | 262.64º | 0.42% | 0.51% | - |
| HSV(B) | 262.64º | 0.58% | 0.71% | - |
| XYZ | 18.23 | 12.26 | 45.66 | - |
| YUV | 100.04 | 174.25 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 76 | 182 | 0.36 | 0.58 | 0 | 0.29 | 262.64 | 0.42 | 0.51 |
| Hex | 74 | 4C | B6 | 24 | 3A | 0 | 1D | 107 | 2A | 33 |
| Octal | 164 | 114 | 266 | 44 | 72 | 0 | 35 | 407 | 52 | 63 |
| Binary | 1110100 | 1001100 | 10110110 | 100100 | 111010 | 0 | 11101 | 100000111 | 101010 | 110011 |
Color Harmonies of #744CB6
Complementary color
Monochromatic Colors of #744CB6
Black with #744CB6
Text Example
Text Example
White with #744CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744CB6; }
p { color: rgb(116,76,182); }
H1.HeaderClassName
{
color: #744CB6;
}
.AnyTagClassName
{
color: #744CB6;
}
</style>
background-color css
<style>
a { background-color: #744CB6; }
a { background-color: rgb(116,76,182); }
div.DivClassName
{
background-color: #744CB6;
}
.BgClassName
{
background-color: #744CB6;
}
</style>
border-color css
<style>
span { border-color: #744CB6; }
span { border-color: rgb(116,76,182); }
td.TdClassName
{
border-color: #744CB6;
}
.TagClassName
{
border-color: #744CB6;
}
</style>