Shades of Studio #7B419B
Tints of Studio #7B419B
RGB
CMYK
RGB Variations
Color information
#7B419B (or 0x7B419B) is known color: Studio. HEX triplet: 7B, 41 and 9B. RGB value is (123,65,155). Sum of RGB (Red+Green+Blue) = 123+65+155=343 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.86% from 343); Green value is 65 (25.78% from 255 or 18.95% from 343); Blue value is 155 (60.94% from 255 or 45.19% from 343); Max value from RGB is 155 - color contains mainly: blue. Hex color #7B419B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B419B is #84BE64. Grayscale: #5C5C5C. Windows color (decimal): -8699493 or 10174843. OLE color: 10174843.
HSL color Cylindrical-coordinate representation of color #7B419B: hue angle of 278.67º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7B419B is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 123 | 65 | 155 | - |
| CMYK | 0.21 | 0.58 | 0 | 0.39 |
| HSL | 278.67º | 0.41% | 0.43% | - |
| HSV(B) | 278.67º | 0.58% | 0.61% | - |
| XYZ | 15.98 | 10.36 | 32.17 | - |
| YUV | 92.6 | 163.22 | 149.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 65 | 155 | 0.21 | 0.58 | 0 | 0.39 | 278.67 | 0.41 | 0.43 |
| Hex | 7B | 41 | 9B | 15 | 3A | 0 | 27 | 117 | 29 | 2B |
| Octal | 173 | 101 | 233 | 25 | 72 | 0 | 47 | 427 | 51 | 53 |
| Binary | 1111011 | 1000001 | 10011011 | 10101 | 111010 | 0 | 100111 | 100010111 | 101001 | 101011 |
Color Harmonies of #7B419B
Complementary color
Monochromatic Colors of #7B419B
Black with #7B419B
Text Example
Text Example
White with #7B419B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B419B; }
p { color: rgb(123,65,155); }
H1.HeaderClassName
{
color: #7B419B;
}
.AnyTagClassName
{
color: #7B419B;
}
</style>
background-color css
<style>
a { background-color: #7B419B; }
a { background-color: rgb(123,65,155); }
div.DivClassName
{
background-color: #7B419B;
}
.BgClassName
{
background-color: #7B419B;
}
</style>
border-color css
<style>
span { border-color: #7B419B; }
span { border-color: rgb(123,65,155); }
td.TdClassName
{
border-color: #7B419B;
}
.TagClassName
{
border-color: #7B419B;
}
</style>