Shades of Purple #74057F
Tints of Purple #74057F
RGB
CMYK
RGB Variations
Color information
#74057F (or 0x74057F) is known color: Purple. HEX triplet: 74, 05 and 7F. RGB value is (116,5,127). Sum of RGB (Red+Green+Blue) = 116+5+127=248 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.77% from 248); Green value is 5 (2.34% from 255 or 2.02% from 248); Blue value is 127 (50% from 255 or 51.21% from 248); Max value from RGB is 127 - color contains mainly: blue. Hex color #74057F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74057F is #8BFA80. Grayscale: #333333. Windows color (decimal): -9173633 or 8324468. OLE color: 8324468.
HSL color Cylindrical-coordinate representation of color #74057F: hue angle of 294.59º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #74057F is Cyan = 0.09, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 116 | 5 | 127 | - |
| CMYK | 0.09 | 0.96 | 0 | 0.50 |
| HSL | 294.59º | 0.92% | 0.26% | - |
| HSV(B) | 294.59º | 0.96% | 0.5% | - |
| XYZ | 11.09 | 5.35 | 20.53 | - |
| YUV | 52.1 | 170.27 | 173.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 5 | 127 | 0.09 | 0.96 | 0 | 0.50 | 294.59 | 0.92 | 0.26 |
| Hex | 74 | 5 | 7F | 9 | 60 | 0 | 32 | 127 | 5C | 1A |
| Octal | 164 | 5 | 177 | 11 | 140 | 0 | 62 | 447 | 134 | 32 |
| Binary | 1110100 | 101 | 1111111 | 1001 | 1100000 | 0 | 110010 | 100100111 | 1011100 | 11010 |
Color Harmonies of #74057F
Complementary color
Monochromatic Colors of #74057F
Black with #74057F
Text Example
Text Example
White with #74057F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74057F; }
p { color: rgb(116,5,127); }
H1.HeaderClassName
{
color: #74057F;
}
.AnyTagClassName
{
color: #74057F;
}
</style>
background-color css
<style>
a { background-color: #74057F; }
a { background-color: rgb(116,5,127); }
div.DivClassName
{
background-color: #74057F;
}
.BgClassName
{
background-color: #74057F;
}
</style>
border-color css
<style>
span { border-color: #74057F; }
span { border-color: rgb(116,5,127); }
td.TdClassName
{
border-color: #74057F;
}
.TagClassName
{
border-color: #74057F;
}
</style>