Shades of Finn #713A5D
Tints of Finn #713A5D
RGB
CMYK
RGB Variations
Color information
#713A5D (or 0x713A5D) is known color: Finn. HEX triplet: 71, 3A and 5D. RGB value is (113,58,93). Sum of RGB (Red+Green+Blue) = 113+58+93=264 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.80% from 264); Green value is 58 (23.05% from 255 or 21.97% from 264); Blue value is 93 (36.72% from 255 or 35.23% from 264); Max value from RGB is 113 - color contains mainly: red. Hex color #713A5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713A5D is #8EC5A2. Grayscale: #4E4E4E. Windows color (decimal): -9356707 or 6109809. OLE color: 6109809.
HSL color Cylindrical-coordinate representation of color #713A5D: hue angle of 321.82º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #713A5D is Cyan = 0, Magento = 0.49, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 58 | 93 | - |
| CMYK | 0 | 0.49 | 0.18 | 0.56 |
| HSL | 321.82º | 0.32% | 0.34% | - |
| HSV(B) | 321.82º | 0.49% | 0.44% | - |
| XYZ | 10.3 | 7.33 | 11.23 | - |
| YUV | 78.44 | 136.22 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 58 | 93 | 0 | 0.49 | 0.18 | 0.56 | 321.82 | 0.32 | 0.34 |
| Hex | 71 | 3A | 5D | 0 | 31 | 12 | 38 | 142 | 20 | 22 |
| Octal | 161 | 72 | 135 | 0 | 61 | 22 | 70 | 502 | 40 | 42 |
| Binary | 1110001 | 111010 | 1011101 | 0 | 110001 | 10010 | 111000 | 101000010 | 100000 | 100010 |
Color Harmonies of #713A5D
Complementary color
Monochromatic Colors of #713A5D
Black with #713A5D
Text Example
Text Example
White with #713A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713A5D; }
p { color: rgb(113,58,93); }
H1.HeaderClassName
{
color: #713A5D;
}
.AnyTagClassName
{
color: #713A5D;
}
</style>
background-color css
<style>
a { background-color: #713A5D; }
a { background-color: rgb(113,58,93); }
div.DivClassName
{
background-color: #713A5D;
}
.BgClassName
{
background-color: #713A5D;
}
</style>
border-color css
<style>
span { border-color: #713A5D; }
span { border-color: rgb(113,58,93); }
td.TdClassName
{
border-color: #713A5D;
}
.TagClassName
{
border-color: #713A5D;
}
</style>