Shades of Studio #7B429A
Tints of Studio #7B429A
RGB
CMYK
RGB Variations
Color information
#7B429A (or 0x7B429A) is known color: Studio. HEX triplet: 7B, 42 and 9A. RGB value is (123,66,154). Sum of RGB (Red+Green+Blue) = 123+66+154=343 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.86% from 343); Green value is 66 (26.17% from 255 or 19.24% from 343); Blue value is 154 (60.55% from 255 or 44.90% from 343); Max value from RGB is 154 - color contains mainly: blue. Hex color #7B429A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B429A is #84BD65. Grayscale: #5C5C5C. Windows color (decimal): -8699238 or 10109563. OLE color: 10109563.
HSL color Cylindrical-coordinate representation of color #7B429A: hue angle of 278.86º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7B429A is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 123 | 66 | 154 | - |
| CMYK | 0.20 | 0.57 | 0 | 0.40 |
| HSL | 278.86º | 0.4% | 0.43% | - |
| HSV(B) | 278.86º | 0.57% | 0.6% | - |
| XYZ | 15.95 | 10.44 | 31.75 | - |
| YUV | 93.08 | 162.38 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 66 | 154 | 0.20 | 0.57 | 0 | 0.40 | 278.86 | 0.4 | 0.43 |
| Hex | 7B | 42 | 9A | 14 | 39 | 0 | 28 | 117 | 28 | 2B |
| Octal | 173 | 102 | 232 | 24 | 71 | 0 | 50 | 427 | 50 | 53 |
| Binary | 1111011 | 1000010 | 10011010 | 10100 | 111001 | 0 | 101000 | 100010111 | 101000 | 101011 |
Color Harmonies of #7B429A
Complementary color
Monochromatic Colors of #7B429A
Black with #7B429A
Text Example
Text Example
White with #7B429A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B429A; }
p { color: rgb(123,66,154); }
H1.HeaderClassName
{
color: #7B429A;
}
.AnyTagClassName
{
color: #7B429A;
}
</style>
background-color css
<style>
a { background-color: #7B429A; }
a { background-color: rgb(123,66,154); }
div.DivClassName
{
background-color: #7B429A;
}
.BgClassName
{
background-color: #7B429A;
}
</style>
border-color css
<style>
span { border-color: #7B429A; }
span { border-color: rgb(123,66,154); }
td.TdClassName
{
border-color: #7B429A;
}
.TagClassName
{
border-color: #7B429A;
}
</style>