Shades of Finn #713A5C
Tints of Finn #713A5C
RGB
CMYK
RGB Variations
Color information
#713A5C (or 0x713A5C) is known color: Finn. HEX triplet: 71, 3A and 5C. RGB value is (113,58,92). Sum of RGB (Red+Green+Blue) = 113+58+92=263 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.97% from 263); Green value is 58 (23.05% from 255 or 22.05% from 263); Blue value is 92 (36.33% from 255 or 34.98% from 263); Max value from RGB is 113 - color contains mainly: red. Hex color #713A5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713A5C is #8EC5A3. Grayscale: #4E4E4E. Windows color (decimal): -9356708 or 6044273. OLE color: 6044273.
HSL color Cylindrical-coordinate representation of color #713A5C: hue angle of 322.91º 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 #713A5C is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 58 | 92 | - |
| CMYK | 0 | 0.49 | 0.19 | 0.56 |
| HSL | 322.91º | 0.32% | 0.34% | - |
| HSV(B) | 322.91º | 0.49% | 0.44% | - |
| XYZ | 10.25 | 7.31 | 11 | - |
| YUV | 78.32 | 135.72 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 58 | 92 | 0 | 0.49 | 0.19 | 0.56 | 322.91 | 0.32 | 0.34 |
| Hex | 71 | 3A | 5C | 0 | 31 | 13 | 38 | 143 | 20 | 22 |
| Octal | 161 | 72 | 134 | 0 | 61 | 23 | 70 | 503 | 40 | 42 |
| Binary | 1110001 | 111010 | 1011100 | 0 | 110001 | 10011 | 111000 | 101000011 | 100000 | 100010 |
Color Harmonies of #713A5C
Complementary color
Monochromatic Colors of #713A5C
Black with #713A5C
Text Example
Text Example
White with #713A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713A5C; }
p { color: rgb(113,58,92); }
H1.HeaderClassName
{
color: #713A5C;
}
.AnyTagClassName
{
color: #713A5C;
}
</style>
background-color css
<style>
a { background-color: #713A5C; }
a { background-color: rgb(113,58,92); }
div.DivClassName
{
background-color: #713A5C;
}
.BgClassName
{
background-color: #713A5C;
}
</style>
border-color css
<style>
span { border-color: #713A5C; }
span { border-color: rgb(113,58,92); }
td.TdClassName
{
border-color: #713A5C;
}
.TagClassName
{
border-color: #713A5C;
}
</style>