Shades of Cosmic #72415E
Tints of Cosmic #72415E
RGB
CMYK
RGB Variations
Color information
#72415E (or 0x72415E) is known color: Cosmic. HEX triplet: 72, 41 and 5E. RGB value is (114,65,94). Sum of RGB (Red+Green+Blue) = 114+65+94=273 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.76% from 273); Green value is 65 (25.78% from 255 or 23.81% from 273); Blue value is 94 (37.11% from 255 or 34.43% from 273); Max value from RGB is 114 - color contains mainly: red. Hex color #72415E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72415E is #8DBEA1. Grayscale: #525252. Windows color (decimal): -9289378 or 6177138. OLE color: 6177138.
HSL color Cylindrical-coordinate representation of color #72415E: hue angle of 324.49º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #72415E is Cyan = 0, Magento = 0.43, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 65 | 94 | - |
| CMYK | 0 | 0.43 | 0.18 | 0.55 |
| HSL | 324.49º | 0.27% | 0.35% | - |
| HSV(B) | 324.49º | 0.43% | 0.45% | - |
| XYZ | 10.85 | 8.17 | 11.59 | - |
| YUV | 82.96 | 134.23 | 150.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 65 | 94 | 0 | 0.43 | 0.18 | 0.55 | 324.49 | 0.27 | 0.35 |
| Hex | 72 | 41 | 5E | 0 | 2B | 12 | 37 | 144 | 1B | 23 |
| Octal | 162 | 101 | 136 | 0 | 53 | 22 | 67 | 504 | 33 | 43 |
| Binary | 1110010 | 1000001 | 1011110 | 0 | 101011 | 10010 | 110111 | 101000100 | 11011 | 100011 |
Color Harmonies of #72415E
Complementary color
Monochromatic Colors of #72415E
Black with #72415E
Text Example
Text Example
White with #72415E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72415E; }
p { color: rgb(114,65,94); }
H1.HeaderClassName
{
color: #72415E;
}
.AnyTagClassName
{
color: #72415E;
}
</style>
background-color css
<style>
a { background-color: #72415E; }
a { background-color: rgb(114,65,94); }
div.DivClassName
{
background-color: #72415E;
}
.BgClassName
{
background-color: #72415E;
}
</style>
border-color css
<style>
span { border-color: #72415E; }
span { border-color: rgb(114,65,94); }
td.TdClassName
{
border-color: #72415E;
}
.TagClassName
{
border-color: #72415E;
}
</style>