Shades of Studio #7448AF
Tints of Studio #7448AF
RGB
CMYK
RGB Variations
Color information
#7448AF (or 0x7448AF) is known color: Studio. HEX triplet: 74, 48 and AF. RGB value is (116,72,175). Sum of RGB (Red+Green+Blue) = 116+72+175=363 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.96% from 363); Green value is 72 (28.52% from 255 or 19.83% from 363); Blue value is 175 (68.75% from 255 or 48.21% from 363); Max value from RGB is 175 - color contains mainly: blue. Hex color #7448AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7448AF is #8BB750. Grayscale: #606060. Windows color (decimal): -9156433 or 11487348. OLE color: 11487348.
HSL color Cylindrical-coordinate representation of color #7448AF: hue angle of 265.63º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7448AF is Cyan = 0.34, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 116 | 72 | 175 | - |
| CMYK | 0.34 | 0.59 | 0 | 0.31 |
| HSL | 265.63º | 0.42% | 0.48% | - |
| HSV(B) | 265.63º | 0.59% | 0.69% | - |
| XYZ | 17.26 | 11.44 | 41.86 | - |
| YUV | 96.9 | 172.08 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 72 | 175 | 0.34 | 0.59 | 0 | 0.31 | 265.63 | 0.42 | 0.48 |
| Hex | 74 | 48 | AF | 22 | 3B | 0 | 1F | 10A | 2A | 30 |
| Octal | 164 | 110 | 257 | 42 | 73 | 0 | 37 | 412 | 52 | 60 |
| Binary | 1110100 | 1001000 | 10101111 | 100010 | 111011 | 0 | 11111 | 100001010 | 101010 | 110000 |
Color Harmonies of #7448AF
Complementary color
Monochromatic Colors of #7448AF
Black with #7448AF
Text Example
Text Example
White with #7448AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7448AF; }
p { color: rgb(116,72,175); }
H1.HeaderClassName
{
color: #7448AF;
}
.AnyTagClassName
{
color: #7448AF;
}
</style>
background-color css
<style>
a { background-color: #7448AF; }
a { background-color: rgb(116,72,175); }
div.DivClassName
{
background-color: #7448AF;
}
.BgClassName
{
background-color: #7448AF;
}
</style>
border-color css
<style>
span { border-color: #7448AF; }
span { border-color: rgb(116,72,175); }
td.TdClassName
{
border-color: #7448AF;
}
.TagClassName
{
border-color: #7448AF;
}
</style>