Shades of Studio #7448B7
Tints of Studio #7448B7
RGB
CMYK
RGB Variations
Color information
#7448B7 (or 0x7448B7) is known color: Studio. HEX triplet: 74, 48 and B7. RGB value is (116,72,183). Sum of RGB (Red+Green+Blue) = 116+72+183=371 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.27% from 371); Green value is 72 (28.52% from 255 or 19.41% from 371); Blue value is 183 (71.88% from 255 or 49.33% from 371); Max value from RGB is 183 - color contains mainly: blue. Hex color #7448B7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7448B7 is #8BB748. Grayscale: #616161. Windows color (decimal): -9156425 or 12011636. OLE color: 12011636.
HSL color Cylindrical-coordinate representation of color #7448B7: hue angle of 263.78º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7448B7 is Cyan = 0.37, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 116 | 72 | 183 | - |
| CMYK | 0.37 | 0.61 | 0 | 0.28 |
| HSL | 263.78º | 0.44% | 0.5% | - |
| HSV(B) | 263.78º | 0.61% | 0.72% | - |
| XYZ | 18.07 | 11.77 | 46.12 | - |
| YUV | 97.81 | 176.08 | 140.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 72 | 183 | 0.37 | 0.61 | 0 | 0.28 | 263.78 | 0.44 | 0.5 |
| Hex | 74 | 48 | B7 | 25 | 3D | 0 | 1C | 108 | 2C | 32 |
| Octal | 164 | 110 | 267 | 45 | 75 | 0 | 34 | 410 | 54 | 62 |
| Binary | 1110100 | 1001000 | 10110111 | 100101 | 111101 | 0 | 11100 | 100001000 | 101100 | 110010 |
Color Harmonies of #7448B7
Complementary color
Monochromatic Colors of #7448B7
Black with #7448B7
Text Example
Text Example
White with #7448B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7448B7; }
p { color: rgb(116,72,183); }
H1.HeaderClassName
{
color: #7448B7;
}
.AnyTagClassName
{
color: #7448B7;
}
</style>
background-color css
<style>
a { background-color: #7448B7; }
a { background-color: rgb(116,72,183); }
div.DivClassName
{
background-color: #7448B7;
}
.BgClassName
{
background-color: #7448B7;
}
</style>
border-color css
<style>
span { border-color: #7448B7; }
span { border-color: rgb(116,72,183); }
td.TdClassName
{
border-color: #7448B7;
}
.TagClassName
{
border-color: #7448B7;
}
</style>