Shades of Purple #74056F
Tints of Purple #74056F
RGB
CMYK
RGB Variations
Color information
#74056F (or 0x74056F) is known color: Purple. HEX triplet: 74, 05 and 6F. RGB value is (116,5,111). Sum of RGB (Red+Green+Blue) = 116+5+111=232 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50% from 232); Green value is 5 (2.34% from 255 or 2.16% from 232); Blue value is 111 (43.75% from 255 or 47.84% from 232); Max value from RGB is 116 - color contains mainly: red. Hex color #74056F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74056F is #8BFA90. Grayscale: #313131. Windows color (decimal): -9173649 or 7275892. OLE color: 7275892.
HSL color Cylindrical-coordinate representation of color #74056F: hue angle of 302.7º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #74056F is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 5 | 111 | - |
| CMYK | 0 | 0.96 | 0.04 | 0.55 |
| HSL | 302.7º | 0.92% | 0.24% | - |
| HSV(B) | 302.7º | 0.96% | 0.45% | - |
| XYZ | 10.13 | 4.97 | 15.46 | - |
| YUV | 50.27 | 162.27 | 174.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 5 | 111 | 0 | 0.96 | 0.04 | 0.55 | 302.7 | 0.92 | 0.24 |
| Hex | 74 | 5 | 6F | 0 | 60 | 4 | 37 | 12F | 5C | 18 |
| Octal | 164 | 5 | 157 | 0 | 140 | 4 | 67 | 457 | 134 | 30 |
| Binary | 1110100 | 101 | 1101111 | 0 | 1100000 | 100 | 110111 | 100101111 | 1011100 | 11000 |
Color Harmonies of #74056F
Complementary color
Monochromatic Colors of #74056F
Black with #74056F
Text Example
Text Example
White with #74056F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74056F; }
p { color: rgb(116,5,111); }
H1.HeaderClassName
{
color: #74056F;
}
.AnyTagClassName
{
color: #74056F;
}
</style>
background-color css
<style>
a { background-color: #74056F; }
a { background-color: rgb(116,5,111); }
div.DivClassName
{
background-color: #74056F;
}
.BgClassName
{
background-color: #74056F;
}
</style>
border-color css
<style>
span { border-color: #74056F; }
span { border-color: rgb(116,5,111); }
td.TdClassName
{
border-color: #74056F;
}
.TagClassName
{
border-color: #74056F;
}
</style>