Shades of Studio #783FA4
Tints of Studio #783FA4
RGB
CMYK
RGB Variations
Color information
#783FA4 (or 0x783FA4) is known color: Studio. HEX triplet: 78, 3F and A4. RGB value is (120,63,164). Sum of RGB (Red+Green+Blue) = 120+63+164=347 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.58% from 347); Green value is 63 (25% from 255 or 18.16% from 347); Blue value is 164 (64.45% from 255 or 47.26% from 347); Max value from RGB is 164 - color contains mainly: blue. Hex color #783FA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #783FA4 is #87C05B. Grayscale: #5B5B5B. Windows color (decimal): -8896604 or 10764152. OLE color: 10764152.
HSL color Cylindrical-coordinate representation of color #783FA4: hue angle of 273.86º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #783FA4 is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 120 | 63 | 164 | - |
| CMYK | 0.27 | 0.62 | 0 | 0.36 |
| HSL | 273.86º | 0.44% | 0.45% | - |
| HSV(B) | 273.86º | 0.62% | 0.64% | - |
| XYZ | 16.22 | 10.23 | 36.24 | - |
| YUV | 91.56 | 168.88 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 63 | 164 | 0.27 | 0.62 | 0 | 0.36 | 273.86 | 0.44 | 0.45 |
| Hex | 78 | 3F | A4 | 1B | 3E | 0 | 24 | 112 | 2C | 2D |
| Octal | 170 | 77 | 244 | 33 | 76 | 0 | 44 | 422 | 54 | 55 |
| Binary | 1111000 | 111111 | 10100100 | 11011 | 111110 | 0 | 100100 | 100010010 | 101100 | 101101 |
Color Harmonies of #783FA4
Complementary color
Monochromatic Colors of #783FA4
Black with #783FA4
Text Example
Text Example
White with #783FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783FA4; }
p { color: rgb(120,63,164); }
H1.HeaderClassName
{
color: #783FA4;
}
.AnyTagClassName
{
color: #783FA4;
}
</style>
background-color css
<style>
a { background-color: #783FA4; }
a { background-color: rgb(120,63,164); }
div.DivClassName
{
background-color: #783FA4;
}
.BgClassName
{
background-color: #783FA4;
}
</style>
border-color css
<style>
span { border-color: #783FA4; }
span { border-color: rgb(120,63,164); }
td.TdClassName
{
border-color: #783FA4;
}
.TagClassName
{
border-color: #783FA4;
}
</style>