Shades of Cosmic #7B415B
Tints of Cosmic #7B415B
RGB
CMYK
RGB Variations
Color information
#7B415B (or 0x7B415B) is known color: Cosmic. HEX triplet: 7B, 41 and 5B. RGB value is (123,65,91). Sum of RGB (Red+Green+Blue) = 123+65+91=279 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.09% from 279); Green value is 65 (25.78% from 255 or 23.30% from 279); Blue value is 91 (35.94% from 255 or 32.62% from 279); Max value from RGB is 123 - color contains mainly: red. Hex color #7B415B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B415B is #84BEA4. Grayscale: #555555. Windows color (decimal): -8699557 or 5980539. OLE color: 5980539.
HSL color Cylindrical-coordinate representation of color #7B415B: hue angle of 333.1º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7B415B is Cyan = 0, Magento = 0.47, Yellow = 0.26 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 65 | 91 | - |
| CMYK | 0 | 0.47 | 0.26 | 0.52 |
| HSL | 333.1º | 0.31% | 0.37% | - |
| HSV(B) | 333.1º | 0.47% | 0.48% | - |
| XYZ | 11.95 | 8.75 | 10.96 | - |
| YUV | 85.31 | 131.22 | 154.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 65 | 91 | 0 | 0.47 | 0.26 | 0.52 | 333.1 | 0.31 | 0.37 |
| Hex | 7B | 41 | 5B | 0 | 2F | 1A | 34 | 14D | 1F | 25 |
| Octal | 173 | 101 | 133 | 0 | 57 | 32 | 64 | 515 | 37 | 45 |
| Binary | 1111011 | 1000001 | 1011011 | 0 | 101111 | 11010 | 110100 | 101001101 | 11111 | 100101 |
Color Harmonies of #7B415B
Complementary color
Monochromatic Colors of #7B415B
Black with #7B415B
Text Example
Text Example
White with #7B415B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B415B; }
p { color: rgb(123,65,91); }
H1.HeaderClassName
{
color: #7B415B;
}
.AnyTagClassName
{
color: #7B415B;
}
</style>
background-color css
<style>
a { background-color: #7B415B; }
a { background-color: rgb(123,65,91); }
div.DivClassName
{
background-color: #7B415B;
}
.BgClassName
{
background-color: #7B415B;
}
</style>
border-color css
<style>
span { border-color: #7B415B; }
span { border-color: rgb(123,65,91); }
td.TdClassName
{
border-color: #7B415B;
}
.TagClassName
{
border-color: #7B415B;
}
</style>