Shades of Cosmic #7B415E
Tints of Cosmic #7B415E
RGB
CMYK
RGB Variations
Color information
#7B415E (or 0x7B415E) is known color: Cosmic. HEX triplet: 7B, 41 and 5E. RGB value is (123,65,94). Sum of RGB (Red+Green+Blue) = 123+65+94=282 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.62% from 282); Green value is 65 (25.78% from 255 or 23.05% from 282); Blue value is 94 (37.11% from 255 or 33.33% from 282); Max value from RGB is 123 - color contains mainly: red. Hex color #7B415E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B415E is #84BEA1. Grayscale: #555555. Windows color (decimal): -8699554 or 6177147. OLE color: 6177147.
HSL color Cylindrical-coordinate representation of color #7B415E: hue angle of 330º 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 #7B415E is Cyan = 0, Magento = 0.47, Yellow = 0.24 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 65 | 94 | - |
| CMYK | 0 | 0.47 | 0.24 | 0.52 |
| HSL | 330º | 0.31% | 0.37% | - |
| HSV(B) | 330º | 0.47% | 0.48% | - |
| XYZ | 12.08 | 8.8 | 11.65 | - |
| YUV | 85.65 | 132.72 | 154.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 65 | 94 | 0 | 0.47 | 0.24 | 0.52 | 330 | 0.31 | 0.37 |
| Hex | 7B | 41 | 5E | 0 | 2F | 18 | 34 | 14A | 1F | 25 |
| Octal | 173 | 101 | 136 | 0 | 57 | 30 | 64 | 512 | 37 | 45 |
| Binary | 1111011 | 1000001 | 1011110 | 0 | 101111 | 11000 | 110100 | 101001010 | 11111 | 100101 |
Color Harmonies of #7B415E
Complementary color
Monochromatic Colors of #7B415E
Black with #7B415E
Text Example
Text Example
White with #7B415E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B415E; }
p { color: rgb(123,65,94); }
H1.HeaderClassName
{
color: #7B415E;
}
.AnyTagClassName
{
color: #7B415E;
}
</style>
background-color css
<style>
a { background-color: #7B415E; }
a { background-color: rgb(123,65,94); }
div.DivClassName
{
background-color: #7B415E;
}
.BgClassName
{
background-color: #7B415E;
}
</style>
border-color css
<style>
span { border-color: #7B415E; }
span { border-color: rgb(123,65,94); }
td.TdClassName
{
border-color: #7B415E;
}
.TagClassName
{
border-color: #7B415E;
}
</style>