Shades of Finn #723A5D
Tints of Finn #723A5D
RGB
CMYK
RGB Variations
Color information
#723A5D (or 0x723A5D) is known color: Finn. HEX triplet: 72, 3A and 5D. RGB value is (114,58,93). Sum of RGB (Red+Green+Blue) = 114+58+93=265 (35% of max value = 765). Red value is 114 (44.92% from 255 or 43.02% from 265); Green value is 58 (23.05% from 255 or 21.89% from 265); Blue value is 93 (36.72% from 255 or 35.09% from 265); Max value from RGB is 114 - color contains mainly: red. Hex color #723A5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #723A5D is #8DC5A2. Grayscale: #4E4E4E. Windows color (decimal): -9291171 or 6109810. OLE color: 6109810.
HSL color Cylindrical-coordinate representation of color #723A5D: hue angle of 322.5º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #723A5D is Cyan = 0, Magento = 0.49, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 58 | 93 | - |
| CMYK | 0 | 0.49 | 0.18 | 0.55 |
| HSL | 322.5º | 0.33% | 0.34% | - |
| HSV(B) | 322.5º | 0.49% | 0.45% | - |
| XYZ | 10.43 | 7.39 | 11.23 | - |
| YUV | 78.73 | 136.05 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 58 | 93 | 0 | 0.49 | 0.18 | 0.55 | 322.5 | 0.33 | 0.34 |
| Hex | 72 | 3A | 5D | 0 | 31 | 12 | 37 | 142 | 21 | 22 |
| Octal | 162 | 72 | 135 | 0 | 61 | 22 | 67 | 502 | 41 | 42 |
| Binary | 1110010 | 111010 | 1011101 | 0 | 110001 | 10010 | 110111 | 101000010 | 100001 | 100010 |
Color Harmonies of #723A5D
Complementary color
Monochromatic Colors of #723A5D
Black with #723A5D
Text Example
Text Example
White with #723A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723A5D; }
p { color: rgb(114,58,93); }
H1.HeaderClassName
{
color: #723A5D;
}
.AnyTagClassName
{
color: #723A5D;
}
</style>
background-color css
<style>
a { background-color: #723A5D; }
a { background-color: rgb(114,58,93); }
div.DivClassName
{
background-color: #723A5D;
}
.BgClassName
{
background-color: #723A5D;
}
</style>
border-color css
<style>
span { border-color: #723A5D; }
span { border-color: rgb(114,58,93); }
td.TdClassName
{
border-color: #723A5D;
}
.TagClassName
{
border-color: #723A5D;
}
</style>