Shades of Studio #7441B0
Tints of Studio #7441B0
RGB
CMYK
RGB Variations
Color information
#7441B0 (or 0x7441B0) is known color: Studio. HEX triplet: 74, 41 and B0. RGB value is (116,65,176). Sum of RGB (Red+Green+Blue) = 116+65+176=357 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.49% from 357); Green value is 65 (25.78% from 255 or 18.21% from 357); Blue value is 176 (69.14% from 255 or 49.30% from 357); Max value from RGB is 176 - color contains mainly: blue. Hex color #7441B0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7441B0 is #8BBE4F. Grayscale: #5C5C5C. Windows color (decimal): -9158224 or 11551092. OLE color: 11551092.
HSL color Cylindrical-coordinate representation of color #7441B0: hue angle of 267.57º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7441B0 is Cyan = 0.34, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 116 | 65 | 176 | - |
| CMYK | 0.34 | 0.63 | 0 | 0.31 |
| HSL | 267.57º | 0.46% | 0.47% | - |
| HSV(B) | 267.57º | 0.63% | 0.69% | - |
| XYZ | 16.93 | 10.63 | 42.23 | - |
| YUV | 92.9 | 174.9 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 65 | 176 | 0.34 | 0.63 | 0 | 0.31 | 267.57 | 0.46 | 0.47 |
| Hex | 74 | 41 | B0 | 22 | 3F | 0 | 1F | 10C | 2E | 2F |
| Octal | 164 | 101 | 260 | 42 | 77 | 0 | 37 | 414 | 56 | 57 |
| Binary | 1110100 | 1000001 | 10110000 | 100010 | 111111 | 0 | 11111 | 100001100 | 101110 | 101111 |
Color Harmonies of #7441B0
Complementary color
Monochromatic Colors of #7441B0
Black with #7441B0
Text Example
Text Example
White with #7441B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7441B0; }
p { color: rgb(116,65,176); }
H1.HeaderClassName
{
color: #7441B0;
}
.AnyTagClassName
{
color: #7441B0;
}
</style>
background-color css
<style>
a { background-color: #7441B0; }
a { background-color: rgb(116,65,176); }
div.DivClassName
{
background-color: #7441B0;
}
.BgClassName
{
background-color: #7441B0;
}
</style>
border-color css
<style>
span { border-color: #7441B0; }
span { border-color: rgb(116,65,176); }
td.TdClassName
{
border-color: #7441B0;
}
.TagClassName
{
border-color: #7441B0;
}
</style>