Shades of Studio #793FA1
Tints of Studio #793FA1
RGB
CMYK
RGB Variations
Color information
#793FA1 (or 0x793FA1) is known color: Studio. HEX triplet: 79, 3F and A1. RGB value is (121,63,161). Sum of RGB (Red+Green+Blue) = 121+63+161=345 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.07% from 345); Green value is 63 (25% from 255 or 18.26% from 345); Blue value is 161 (63.28% from 255 or 46.67% from 345); Max value from RGB is 161 - color contains mainly: blue. Hex color #793FA1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #793FA1 is #86C05E. Grayscale: #5B5B5B. Windows color (decimal): -8831071 or 10567545. OLE color: 10567545.
HSL color Cylindrical-coordinate representation of color #793FA1: hue angle of 275.51º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #793FA1 is Cyan = 0.25, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 121 | 63 | 161 | - |
| CMYK | 0.25 | 0.61 | 0 | 0.37 |
| HSL | 275.51º | 0.44% | 0.44% | - |
| HSV(B) | 275.51º | 0.61% | 0.63% | - |
| XYZ | 16.1 | 10.19 | 34.84 | - |
| YUV | 91.51 | 167.22 | 149.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 63 | 161 | 0.25 | 0.61 | 0 | 0.37 | 275.51 | 0.44 | 0.44 |
| Hex | 79 | 3F | A1 | 19 | 3D | 0 | 25 | 114 | 2C | 2C |
| Octal | 171 | 77 | 241 | 31 | 75 | 0 | 45 | 424 | 54 | 54 |
| Binary | 1111001 | 111111 | 10100001 | 11001 | 111101 | 0 | 100101 | 100010100 | 101100 | 101100 |
Color Harmonies of #793FA1
Complementary color
Monochromatic Colors of #793FA1
Black with #793FA1
Text Example
Text Example
White with #793FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #793FA1; }
p { color: rgb(121,63,161); }
H1.HeaderClassName
{
color: #793FA1;
}
.AnyTagClassName
{
color: #793FA1;
}
</style>
background-color css
<style>
a { background-color: #793FA1; }
a { background-color: rgb(121,63,161); }
div.DivClassName
{
background-color: #793FA1;
}
.BgClassName
{
background-color: #793FA1;
}
</style>
border-color css
<style>
span { border-color: #793FA1; }
span { border-color: rgb(121,63,161); }
td.TdClassName
{
border-color: #793FA1;
}
.TagClassName
{
border-color: #793FA1;
}
</style>