Shades of Studio #7B43B4
Tints of Studio #7B43B4
RGB
CMYK
RGB Variations
Color information
#7B43B4 (or 0x7B43B4) is known color: Studio. HEX triplet: 7B, 43 and B4. RGB value is (123,67,180). Sum of RGB (Red+Green+Blue) = 123+67+180=370 (49% of max value = 765). Red value is 123 (48.44% from 255 or 33.24% from 370); Green value is 67 (26.56% from 255 or 18.11% from 370); Blue value is 180 (70.70% from 255 or 48.65% from 370); Max value from RGB is 180 - color contains mainly: blue. Hex color #7B43B4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B43B4 is #84BC4B. Grayscale: #606060. Windows color (decimal): -8698956 or 11813755. OLE color: 11813755.
HSL color Cylindrical-coordinate representation of color #7B43B4: hue angle of 269.73º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7B43B4 is Cyan = 0.32, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 123 | 67 | 180 | - |
| CMYK | 0.32 | 0.63 | 0 | 0.29 |
| HSL | 269.73º | 0.46% | 0.48% | - |
| HSV(B) | 269.73º | 0.63% | 0.71% | - |
| XYZ | 18.41 | 11.52 | 44.43 | - |
| YUV | 96.63 | 175.05 | 146.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 67 | 180 | 0.32 | 0.63 | 0 | 0.29 | 269.73 | 0.46 | 0.48 |
| Hex | 7B | 43 | B4 | 20 | 3F | 0 | 1D | 10E | 2E | 30 |
| Octal | 173 | 103 | 264 | 40 | 77 | 0 | 35 | 416 | 56 | 60 |
| Binary | 1111011 | 1000011 | 10110100 | 100000 | 111111 | 0 | 11101 | 100001110 | 101110 | 110000 |
Color Harmonies of #7B43B4
Complementary color
Monochromatic Colors of #7B43B4
Black with #7B43B4
Text Example
Text Example
White with #7B43B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B43B4; }
p { color: rgb(123,67,180); }
H1.HeaderClassName
{
color: #7B43B4;
}
.AnyTagClassName
{
color: #7B43B4;
}
</style>
background-color css
<style>
a { background-color: #7B43B4; }
a { background-color: rgb(123,67,180); }
div.DivClassName
{
background-color: #7B43B4;
}
.BgClassName
{
background-color: #7B43B4;
}
</style>
border-color css
<style>
span { border-color: #7B43B4; }
span { border-color: rgb(123,67,180); }
td.TdClassName
{
border-color: #7B43B4;
}
.TagClassName
{
border-color: #7B43B4;
}
</style>