Shades of Finn #743A5A
Tints of Finn #743A5A
RGB
CMYK
RGB Variations
Color information
#743A5A (or 0x743A5A) is known color: Finn. HEX triplet: 74, 3A and 5A. RGB value is (116,58,90). Sum of RGB (Red+Green+Blue) = 116+58+90=264 (34% of max value = 765). Red value is 116 (45.70% from 255 or 43.94% from 264); Green value is 58 (23.05% from 255 or 21.97% from 264); Blue value is 90 (35.55% from 255 or 34.09% from 264); Max value from RGB is 116 - color contains mainly: red. Hex color #743A5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743A5A is #8BC5A5. Grayscale: #4E4E4E. Windows color (decimal): -9160102 or 5913204. OLE color: 5913204.
HSL color Cylindrical-coordinate representation of color #743A5A: hue angle of 326.9º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #743A5A is Cyan = 0, Magento = 0.5, Yellow = 0.22 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 58 | 90 | - |
| CMYK | 0 | 0.5 | 0.22 | 0.55 |
| HSL | 326.9º | 0.33% | 0.34% | - |
| HSV(B) | 326.9º | 0.5% | 0.45% | - |
| XYZ | 10.56 | 7.48 | 10.56 | - |
| YUV | 78.99 | 134.22 | 154.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 58 | 90 | 0 | 0.5 | 0.22 | 0.55 | 326.9 | 0.33 | 0.34 |
| Hex | 74 | 3A | 5A | 0 | 32 | 16 | 37 | 147 | 21 | 22 |
| Octal | 164 | 72 | 132 | 0 | 62 | 26 | 67 | 507 | 41 | 42 |
| Binary | 1110100 | 111010 | 1011010 | 0 | 110010 | 10110 | 110111 | 101000111 | 100001 | 100010 |
Color Harmonies of #743A5A
Complementary color
Monochromatic Colors of #743A5A
Black with #743A5A
Text Example
Text Example
White with #743A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743A5A; }
p { color: rgb(116,58,90); }
H1.HeaderClassName
{
color: #743A5A;
}
.AnyTagClassName
{
color: #743A5A;
}
</style>
background-color css
<style>
a { background-color: #743A5A; }
a { background-color: rgb(116,58,90); }
div.DivClassName
{
background-color: #743A5A;
}
.BgClassName
{
background-color: #743A5A;
}
</style>
border-color css
<style>
span { border-color: #743A5A; }
span { border-color: rgb(116,58,90); }
td.TdClassName
{
border-color: #743A5A;
}
.TagClassName
{
border-color: #743A5A;
}
</style>