Shades of Studio #7748A3
Tints of Studio #7748A3
RGB
CMYK
RGB Variations
Color information
#7748A3 (or 0x7748A3) is known color: Studio. HEX triplet: 77, 48 and A3. RGB value is (119,72,163). Sum of RGB (Red+Green+Blue) = 119+72+163=354 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.62% from 354); Green value is 72 (28.52% from 255 or 20.34% from 354); Blue value is 163 (64.06% from 255 or 46.05% from 354); Max value from RGB is 163 - color contains mainly: blue. Hex color #7748A3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7748A3 is #88B75C. Grayscale: #606060. Windows color (decimal): -8959837 or 10700919. OLE color: 10700919.
HSL color Cylindrical-coordinate representation of color #7748A3: hue angle of 270.99º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7748A3 is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 119 | 72 | 163 | - |
| CMYK | 0.27 | 0.56 | 0 | 0.36 |
| HSL | 270.99º | 0.39% | 0.46% | - |
| HSV(B) | 270.99º | 0.56% | 0.64% | - |
| XYZ | 16.54 | 11.2 | 35.94 | - |
| YUV | 96.43 | 165.57 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 72 | 163 | 0.27 | 0.56 | 0 | 0.36 | 270.99 | 0.39 | 0.46 |
| Hex | 77 | 48 | A3 | 1B | 38 | 0 | 24 | 10F | 27 | 2E |
| Octal | 167 | 110 | 243 | 33 | 70 | 0 | 44 | 417 | 47 | 56 |
| Binary | 1110111 | 1001000 | 10100011 | 11011 | 111000 | 0 | 100100 | 100001111 | 100111 | 101110 |
Color Harmonies of #7748A3
Complementary color
Monochromatic Colors of #7748A3
Black with #7748A3
Text Example
Text Example
White with #7748A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7748A3; }
p { color: rgb(119,72,163); }
H1.HeaderClassName
{
color: #7748A3;
}
.AnyTagClassName
{
color: #7748A3;
}
</style>
background-color css
<style>
a { background-color: #7748A3; }
a { background-color: rgb(119,72,163); }
div.DivClassName
{
background-color: #7748A3;
}
.BgClassName
{
background-color: #7748A3;
}
</style>
border-color css
<style>
span { border-color: #7748A3; }
span { border-color: rgb(119,72,163); }
td.TdClassName
{
border-color: #7748A3;
}
.TagClassName
{
border-color: #7748A3;
}
</style>