Shades of Purple #74016D
Tints of Purple #74016D
RGB
CMYK
RGB Variations
Color information
#74016D (or 0x74016D) is known color: Purple. HEX triplet: 74, 01 and 6D. RGB value is (116,1,109). Sum of RGB (Red+Green+Blue) = 116+1+109=226 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.33% from 226); Green value is 1 (0.78% from 255 or 0.44% from 226); Blue value is 109 (42.97% from 255 or 48.23% from 226); Max value from RGB is 116 - color contains mainly: red. Hex color #74016D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74016D is #8BFE92. Grayscale: #2F2F2F. Windows color (decimal): -9174675 or 7143796. OLE color: 7143796.
HSL color Cylindrical-coordinate representation of color #74016D: hue angle of 303.65º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #74016D is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 1 | 109 | - |
| CMYK | 0 | 0.99 | 0.06 | 0.55 |
| HSL | 303.65º | 0.98% | 0.23% | - |
| HSV(B) | 303.65º | 0.99% | 0.45% | - |
| XYZ | 9.97 | 4.84 | 14.88 | - |
| YUV | 47.7 | 162.6 | 176.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 1 | 109 | 0 | 0.99 | 0.06 | 0.55 | 303.65 | 0.98 | 0.23 |
| Hex | 74 | 1 | 6D | 0 | 63 | 6 | 37 | 130 | 62 | 17 |
| Octal | 164 | 1 | 155 | 0 | 143 | 6 | 67 | 460 | 142 | 27 |
| Binary | 1110100 | 1 | 1101101 | 0 | 1100011 | 110 | 110111 | 100110000 | 1100010 | 10111 |
Color Harmonies of #74016D
Complementary color
Monochromatic Colors of #74016D
Black with #74016D
Text Example
Text Example
White with #74016D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74016D; }
p { color: rgb(116,1,109); }
H1.HeaderClassName
{
color: #74016D;
}
.AnyTagClassName
{
color: #74016D;
}
</style>
background-color css
<style>
a { background-color: #74016D; }
a { background-color: rgb(116,1,109); }
div.DivClassName
{
background-color: #74016D;
}
.BgClassName
{
background-color: #74016D;
}
</style>
border-color css
<style>
span { border-color: #74016D; }
span { border-color: rgb(116,1,109); }
td.TdClassName
{
border-color: #74016D;
}
.TagClassName
{
border-color: #74016D;
}
</style>