Shades of Studio #783FAF
Tints of Studio #783FAF
RGB
CMYK
RGB Variations
Color information
#783FAF (or 0x783FAF) is known color: Studio. HEX triplet: 78, 3F and AF. RGB value is (120,63,175). Sum of RGB (Red+Green+Blue) = 120+63+175=358 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.52% from 358); Green value is 63 (25% from 255 or 17.60% from 358); Blue value is 175 (68.75% from 255 or 48.88% from 358); Max value from RGB is 175 - color contains mainly: blue. Hex color #783FAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #783FAF is #87C050. Grayscale: #5C5C5C. Windows color (decimal): -8896593 or 11485048. OLE color: 11485048.
HSL color Cylindrical-coordinate representation of color #783FAF: hue angle of 270.54º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #783FAF is Cyan = 0.31, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 120 | 63 | 175 | - |
| CMYK | 0.31 | 0.64 | 0 | 0.31 |
| HSL | 270.54º | 0.47% | 0.47% | - |
| HSV(B) | 270.54º | 0.64% | 0.69% | - |
| XYZ | 17.26 | 10.64 | 41.7 | - |
| YUV | 92.81 | 174.38 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 63 | 175 | 0.31 | 0.64 | 0 | 0.31 | 270.54 | 0.47 | 0.47 |
| Hex | 78 | 3F | AF | 1F | 40 | 0 | 1F | 10F | 2F | 2F |
| Octal | 170 | 77 | 257 | 37 | 100 | 0 | 37 | 417 | 57 | 57 |
| Binary | 1111000 | 111111 | 10101111 | 11111 | 1000000 | 0 | 11111 | 100001111 | 101111 | 101111 |
Color Harmonies of #783FAF
Complementary color
Monochromatic Colors of #783FAF
Black with #783FAF
Text Example
Text Example
White with #783FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783FAF; }
p { color: rgb(120,63,175); }
H1.HeaderClassName
{
color: #783FAF;
}
.AnyTagClassName
{
color: #783FAF;
}
</style>
background-color css
<style>
a { background-color: #783FAF; }
a { background-color: rgb(120,63,175); }
div.DivClassName
{
background-color: #783FAF;
}
.BgClassName
{
background-color: #783FAF;
}
</style>
border-color css
<style>
span { border-color: #783FAF; }
span { border-color: rgb(120,63,175); }
td.TdClassName
{
border-color: #783FAF;
}
.TagClassName
{
border-color: #783FAF;
}
</style>