Shades of Cosmic #7F3865
Tints of Cosmic #7F3865
RGB
CMYK
RGB Variations
Color information
#7F3865 (or 0x7F3865) is known color: Cosmic. HEX triplet: 7F, 38 and 65. RGB value is (127,56,101). Sum of RGB (Red+Green+Blue) = 127+56+101=284 (37% of max value = 765). Red value is 127 (50% from 255 or 44.72% from 284); Green value is 56 (22.27% from 255 or 19.72% from 284); Blue value is 101 (39.84% from 255 or 35.56% from 284); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3865 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F3865 is #80C79A. Grayscale: #525252. Windows color (decimal): -8439707 or 6633599. OLE color: 6633599.
HSL color Cylindrical-coordinate representation of color #7F3865: hue angle of 321.97º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7F3865 is Cyan = 0, Magento = 0.56, Yellow = 0.20 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 56 | 101 | - |
| CMYK | 0 | 0.56 | 0.20 | 0.50 |
| HSL | 321.97º | 0.39% | 0.36% | - |
| HSV(B) | 321.97º | 0.56% | 0.5% | - |
| XYZ | 12.52 | 8.28 | 13.25 | - |
| YUV | 82.36 | 138.52 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 56 | 101 | 0 | 0.56 | 0.20 | 0.50 | 321.97 | 0.39 | 0.36 |
| Hex | 7F | 38 | 65 | 0 | 38 | 14 | 32 | 142 | 27 | 24 |
| Octal | 177 | 70 | 145 | 0 | 70 | 24 | 62 | 502 | 47 | 44 |
| Binary | 1111111 | 111000 | 1100101 | 0 | 111000 | 10100 | 110010 | 101000010 | 100111 | 100100 |
Color Harmonies of #7F3865
Complementary color
Monochromatic Colors of #7F3865
Black with #7F3865
Text Example
Text Example
White with #7F3865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3865; }
p { color: rgb(127,56,101); }
H1.HeaderClassName
{
color: #7F3865;
}
.AnyTagClassName
{
color: #7F3865;
}
</style>
background-color css
<style>
a { background-color: #7F3865; }
a { background-color: rgb(127,56,101); }
div.DivClassName
{
background-color: #7F3865;
}
.BgClassName
{
background-color: #7F3865;
}
</style>
border-color css
<style>
span { border-color: #7F3865; }
span { border-color: rgb(127,56,101); }
td.TdClassName
{
border-color: #7F3865;
}
.TagClassName
{
border-color: #7F3865;
}
</style>