Shades of Cosmic #743F63
Tints of Cosmic #743F63
RGB
CMYK
RGB Variations
Color information
#743F63 (or 0x743F63) is known color: Cosmic. HEX triplet: 74, 3F and 63. RGB value is (116,63,99). Sum of RGB (Red+Green+Blue) = 116+63+99=278 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.73% from 278); Green value is 63 (25% from 255 or 22.66% from 278); Blue value is 99 (39.06% from 255 or 35.61% from 278); Max value from RGB is 116 - color contains mainly: red. Hex color #743F63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743F63 is #8BC09C. Grayscale: #525252. Windows color (decimal): -9158813 or 6504308. OLE color: 6504308.
HSL color Cylindrical-coordinate representation of color #743F63: hue angle of 319.25º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #743F63 is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 63 | 99 | - |
| CMYK | 0 | 0.46 | 0.15 | 0.55 |
| HSL | 319.25º | 0.3% | 0.35% | - |
| HSV(B) | 319.25º | 0.46% | 0.45% | - |
| XYZ | 11.23 | 8.17 | 12.79 | - |
| YUV | 82.95 | 137.06 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 63 | 99 | 0 | 0.46 | 0.15 | 0.55 | 319.25 | 0.3 | 0.35 |
| Hex | 74 | 3F | 63 | 0 | 2E | F | 37 | 13F | 1E | 23 |
| Octal | 164 | 77 | 143 | 0 | 56 | 17 | 67 | 477 | 36 | 43 |
| Binary | 1110100 | 111111 | 1100011 | 0 | 101110 | 1111 | 110111 | 100111111 | 11110 | 100011 |
Color Harmonies of #743F63
Complementary color
Monochromatic Colors of #743F63
Black with #743F63
Text Example
Text Example
White with #743F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743F63; }
p { color: rgb(116,63,99); }
H1.HeaderClassName
{
color: #743F63;
}
.AnyTagClassName
{
color: #743F63;
}
</style>
background-color css
<style>
a { background-color: #743F63; }
a { background-color: rgb(116,63,99); }
div.DivClassName
{
background-color: #743F63;
}
.BgClassName
{
background-color: #743F63;
}
</style>
border-color css
<style>
span { border-color: #743F63; }
span { border-color: rgb(116,63,99); }
td.TdClassName
{
border-color: #743F63;
}
.TagClassName
{
border-color: #743F63;
}
</style>