Shades of Purple #74157C
Tints of Purple #74157C
RGB
CMYK
RGB Variations
Color information
#74157C (or 0x74157C) is known color: Purple. HEX triplet: 74, 15 and 7C. RGB value is (116,21,124). Sum of RGB (Red+Green+Blue) = 116+21+124=261 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.44% from 261); Green value is 21 (8.59% from 255 or 8.05% from 261); Blue value is 124 (48.83% from 255 or 47.51% from 261); Max value from RGB is 124 - color contains mainly: blue. Hex color #74157C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74157C is #8BEA83. Grayscale: #3C3C3C. Windows color (decimal): -9169540 or 8131956. OLE color: 8131956.
HSL color Cylindrical-coordinate representation of color #74157C: hue angle of 295.34º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #74157C is Cyan = 0.06, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 116 | 21 | 124 | - |
| CMYK | 0.06 | 0.83 | 0 | 0.51 |
| HSL | 295.34º | 0.71% | 0.28% | - |
| HSV(B) | 295.34º | 0.83% | 0.49% | - |
| XYZ | 11.11 | 5.7 | 19.58 | - |
| YUV | 61.15 | 163.47 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 21 | 124 | 0.06 | 0.83 | 0 | 0.51 | 295.34 | 0.71 | 0.28 |
| Hex | 74 | 15 | 7C | 6 | 53 | 0 | 33 | 127 | 47 | 1C |
| Octal | 164 | 25 | 174 | 6 | 123 | 0 | 63 | 447 | 107 | 34 |
| Binary | 1110100 | 10101 | 1111100 | 110 | 1010011 | 0 | 110011 | 100100111 | 1000111 | 11100 |
Color Harmonies of #74157C
Complementary color
Monochromatic Colors of #74157C
Black with #74157C
Text Example
Text Example
White with #74157C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74157C; }
p { color: rgb(116,21,124); }
H1.HeaderClassName
{
color: #74157C;
}
.AnyTagClassName
{
color: #74157C;
}
</style>
background-color css
<style>
a { background-color: #74157C; }
a { background-color: rgb(116,21,124); }
div.DivClassName
{
background-color: #74157C;
}
.BgClassName
{
background-color: #74157C;
}
</style>
border-color css
<style>
span { border-color: #74157C; }
span { border-color: rgb(116,21,124); }
td.TdClassName
{
border-color: #74157C;
}
.TagClassName
{
border-color: #74157C;
}
</style>