Shades of Purple #74137D
Tints of Purple #74137D
RGB
CMYK
RGB Variations
Color information
#74137D (or 0x74137D) is known color: Purple. HEX triplet: 74, 13 and 7D. RGB value is (116,19,125). Sum of RGB (Red+Green+Blue) = 116+19+125=260 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.62% from 260); Green value is 19 (7.81% from 255 or 7.31% from 260); Blue value is 125 (49.22% from 255 or 48.08% from 260); Max value from RGB is 125 - color contains mainly: blue. Hex color #74137D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74137D is #8BEC82. Grayscale: #3B3B3B. Windows color (decimal): -9170051 or 8196980. OLE color: 8196980.
HSL color Cylindrical-coordinate representation of color #74137D: hue angle of 294.91º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #74137D is Cyan = 0.07, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 116 | 19 | 125 | - |
| CMYK | 0.07 | 0.85 | 0 | 0.51 |
| HSL | 294.91º | 0.74% | 0.28% | - |
| HSV(B) | 294.91º | 0.85% | 0.49% | - |
| XYZ | 11.14 | 5.66 | 19.91 | - |
| YUV | 60.09 | 164.64 | 167.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 19 | 125 | 0.07 | 0.85 | 0 | 0.51 | 294.91 | 0.74 | 0.28 |
| Hex | 74 | 13 | 7D | 7 | 55 | 0 | 33 | 127 | 4A | 1C |
| Octal | 164 | 23 | 175 | 7 | 125 | 0 | 63 | 447 | 112 | 34 |
| Binary | 1110100 | 10011 | 1111101 | 111 | 1010101 | 0 | 110011 | 100100111 | 1001010 | 11100 |
Color Harmonies of #74137D
Complementary color
Monochromatic Colors of #74137D
Black with #74137D
Text Example
Text Example
White with #74137D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74137D; }
p { color: rgb(116,19,125); }
H1.HeaderClassName
{
color: #74137D;
}
.AnyTagClassName
{
color: #74137D;
}
</style>
background-color css
<style>
a { background-color: #74137D; }
a { background-color: rgb(116,19,125); }
div.DivClassName
{
background-color: #74137D;
}
.BgClassName
{
background-color: #74137D;
}
</style>
border-color css
<style>
span { border-color: #74137D; }
span { border-color: rgb(116,19,125); }
td.TdClassName
{
border-color: #74137D;
}
.TagClassName
{
border-color: #74137D;
}
</style>