Shades of Studio #78429B
Tints of Studio #78429B
RGB
CMYK
RGB Variations
Color information
#78429B (or 0x78429B) is known color: Studio. HEX triplet: 78, 42 and 9B. RGB value is (120,66,155). Sum of RGB (Red+Green+Blue) = 120+66+155=341 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.19% from 341); Green value is 66 (26.17% from 255 or 19.35% from 341); Blue value is 155 (60.94% from 255 or 45.45% from 341); Max value from RGB is 155 - color contains mainly: blue. Hex color #78429B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #78429B is #87BD64. Grayscale: #5B5B5B. Windows color (decimal): -8895845 or 10175096. OLE color: 10175096.
HSL color Cylindrical-coordinate representation of color #78429B: hue angle of 276.4º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #78429B is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 120 | 66 | 155 | - |
| CMYK | 0.23 | 0.57 | 0 | 0.39 |
| HSL | 276.4º | 0.4% | 0.43% | - |
| HSV(B) | 276.4º | 0.57% | 0.61% | - |
| XYZ | 15.61 | 10.26 | 32.17 | - |
| YUV | 92.29 | 163.39 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 66 | 155 | 0.23 | 0.57 | 0 | 0.39 | 276.4 | 0.4 | 0.43 |
| Hex | 78 | 42 | 9B | 17 | 39 | 0 | 27 | 114 | 28 | 2B |
| Octal | 170 | 102 | 233 | 27 | 71 | 0 | 47 | 424 | 50 | 53 |
| Binary | 1111000 | 1000010 | 10011011 | 10111 | 111001 | 0 | 100111 | 100010100 | 101000 | 101011 |
Color Harmonies of #78429B
Complementary color
Monochromatic Colors of #78429B
Black with #78429B
Text Example
Text Example
White with #78429B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78429B; }
p { color: rgb(120,66,155); }
H1.HeaderClassName
{
color: #78429B;
}
.AnyTagClassName
{
color: #78429B;
}
</style>
background-color css
<style>
a { background-color: #78429B; }
a { background-color: rgb(120,66,155); }
div.DivClassName
{
background-color: #78429B;
}
.BgClassName
{
background-color: #78429B;
}
</style>
border-color css
<style>
span { border-color: #78429B; }
span { border-color: rgb(120,66,155); }
td.TdClassName
{
border-color: #78429B;
}
.TagClassName
{
border-color: #78429B;
}
</style>