Shades of Cosmic #7B415C
Tints of Cosmic #7B415C
RGB
CMYK
RGB Variations
Color information
#7B415C (or 0x7B415C) is known color: Cosmic. HEX triplet: 7B, 41 and 5C. RGB value is (123,65,92). Sum of RGB (Red+Green+Blue) = 123+65+92=280 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.93% from 280); Green value is 65 (25.78% from 255 or 23.21% from 280); Blue value is 92 (36.33% from 255 or 32.86% from 280); Max value from RGB is 123 - color contains mainly: red. Hex color #7B415C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B415C is #84BEA3. Grayscale: #555555. Windows color (decimal): -8699556 or 6046075. OLE color: 6046075.
HSL color Cylindrical-coordinate representation of color #7B415C: hue angle of 332.07º 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 #7B415C is Cyan = 0, Magento = 0.47, Yellow = 0.25 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 65 | 92 | - |
| CMYK | 0 | 0.47 | 0.25 | 0.52 |
| HSL | 332.07º | 0.31% | 0.37% | - |
| HSV(B) | 332.07º | 0.47% | 0.48% | - |
| XYZ | 11.99 | 8.76 | 11.18 | - |
| YUV | 85.42 | 131.72 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 65 | 92 | 0 | 0.47 | 0.25 | 0.52 | 332.07 | 0.31 | 0.37 |
| Hex | 7B | 41 | 5C | 0 | 2F | 19 | 34 | 14C | 1F | 25 |
| Octal | 173 | 101 | 134 | 0 | 57 | 31 | 64 | 514 | 37 | 45 |
| Binary | 1111011 | 1000001 | 1011100 | 0 | 101111 | 11001 | 110100 | 101001100 | 11111 | 100101 |
Color Harmonies of #7B415C
Complementary color
Monochromatic Colors of #7B415C
Black with #7B415C
Text Example
Text Example
White with #7B415C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B415C; }
p { color: rgb(123,65,92); }
H1.HeaderClassName
{
color: #7B415C;
}
.AnyTagClassName
{
color: #7B415C;
}
</style>
background-color css
<style>
a { background-color: #7B415C; }
a { background-color: rgb(123,65,92); }
div.DivClassName
{
background-color: #7B415C;
}
.BgClassName
{
background-color: #7B415C;
}
</style>
border-color css
<style>
span { border-color: #7B415C; }
span { border-color: rgb(123,65,92); }
td.TdClassName
{
border-color: #7B415C;
}
.TagClassName
{
border-color: #7B415C;
}
</style>