Shades of Cosmic #7A3F6B
Tints of Cosmic #7A3F6B
RGB
CMYK
RGB Variations
Color information
#7A3F6B (or 0x7A3F6B) is known color: Cosmic. HEX triplet: 7A, 3F and 6B. RGB value is (122,63,107). Sum of RGB (Red+Green+Blue) = 122+63+107=292 (38% of max value = 765). Red value is 122 (48.05% from 255 or 41.78% from 292); Green value is 63 (25% from 255 or 21.58% from 292); Blue value is 107 (42.19% from 255 or 36.64% from 292); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3F6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A3F6B is #85C094. Grayscale: #555555. Windows color (decimal): -8765589 or 7028602. OLE color: 7028602.
HSL color Cylindrical-coordinate representation of color #7A3F6B: hue angle of 315.25º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7A3F6B is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 63 | 107 | - |
| CMYK | 0 | 0.48 | 0.12 | 0.52 |
| HSL | 315.25º | 0.32% | 0.36% | - |
| HSV(B) | 315.25º | 0.48% | 0.48% | - |
| XYZ | 12.46 | 8.75 | 14.94 | - |
| YUV | 85.66 | 140.05 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 63 | 107 | 0 | 0.48 | 0.12 | 0.52 | 315.25 | 0.32 | 0.36 |
| Hex | 7A | 3F | 6B | 0 | 30 | C | 34 | 13B | 20 | 24 |
| Octal | 172 | 77 | 153 | 0 | 60 | 14 | 64 | 473 | 40 | 44 |
| Binary | 1111010 | 111111 | 1101011 | 0 | 110000 | 1100 | 110100 | 100111011 | 100000 | 100100 |
Color Harmonies of #7A3F6B
Complementary color
Monochromatic Colors of #7A3F6B
Black with #7A3F6B
Text Example
Text Example
White with #7A3F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3F6B; }
p { color: rgb(122,63,107); }
H1.HeaderClassName
{
color: #7A3F6B;
}
.AnyTagClassName
{
color: #7A3F6B;
}
</style>
background-color css
<style>
a { background-color: #7A3F6B; }
a { background-color: rgb(122,63,107); }
div.DivClassName
{
background-color: #7A3F6B;
}
.BgClassName
{
background-color: #7A3F6B;
}
</style>
border-color css
<style>
span { border-color: #7A3F6B; }
span { border-color: rgb(122,63,107); }
td.TdClassName
{
border-color: #7A3F6B;
}
.TagClassName
{
border-color: #7A3F6B;
}
</style>