Shades of Studio #784FA1
Tints of Studio #784FA1
RGB
CMYK
RGB Variations
Color information
#784FA1 (or 0x784FA1) is known color: Studio. HEX triplet: 78, 4F and A1. RGB value is (120,79,161). Sum of RGB (Red+Green+Blue) = 120+79+161=360 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.33% from 360); Green value is 79 (31.25% from 255 or 21.94% from 360); Blue value is 161 (63.28% from 255 or 44.72% from 360); Max value from RGB is 161 - color contains mainly: blue. Hex color #784FA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #784FA1 is #87B05E. Grayscale: #646464. Windows color (decimal): -8892511 or 10571640. OLE color: 10571640.
HSL color Cylindrical-coordinate representation of color #784FA1: hue angle of 270º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #784FA1 is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 120 | 79 | 161 | - |
| CMYK | 0.25 | 0.51 | 0 | 0.37 |
| HSL | 270º | 0.34% | 0.47% | - |
| HSV(B) | 270º | 0.51% | 0.63% | - |
| XYZ | 16.97 | 12.16 | 35.17 | - |
| YUV | 100.61 | 162.08 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 79 | 161 | 0.25 | 0.51 | 0 | 0.37 | 270 | 0.34 | 0.47 |
| Hex | 78 | 4F | A1 | 19 | 33 | 0 | 25 | 10E | 22 | 2F |
| Octal | 170 | 117 | 241 | 31 | 63 | 0 | 45 | 416 | 42 | 57 |
| Binary | 1111000 | 1001111 | 10100001 | 11001 | 110011 | 0 | 100101 | 100001110 | 100010 | 101111 |
Color Harmonies of #784FA1
Complementary color
Monochromatic Colors of #784FA1
Black with #784FA1
Text Example
Text Example
White with #784FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784FA1; }
p { color: rgb(120,79,161); }
H1.HeaderClassName
{
color: #784FA1;
}
.AnyTagClassName
{
color: #784FA1;
}
</style>
background-color css
<style>
a { background-color: #784FA1; }
a { background-color: rgb(120,79,161); }
div.DivClassName
{
background-color: #784FA1;
}
.BgClassName
{
background-color: #784FA1;
}
</style>
border-color css
<style>
span { border-color: #784FA1; }
span { border-color: rgb(120,79,161); }
td.TdClassName
{
border-color: #784FA1;
}
.TagClassName
{
border-color: #784FA1;
}
</style>