Shades of Purple #74127C
Tints of Purple #74127C
RGB
CMYK
RGB Variations
Color information
#74127C (or 0x74127C) is known color: Purple. HEX triplet: 74, 12 and 7C. RGB value is (116,18,124). Sum of RGB (Red+Green+Blue) = 116+18+124=258 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.96% from 258); Green value is 18 (7.42% from 255 or 6.98% from 258); Blue value is 124 (48.83% from 255 or 48.06% from 258); Max value from RGB is 124 - color contains mainly: blue. Hex color #74127C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74127C is #8BED83. Grayscale: #3B3B3B. Windows color (decimal): -9170308 or 8131188. OLE color: 8131188.
HSL color Cylindrical-coordinate representation of color #74127C: hue angle of 295.47º degrees, saturation: 0.75, 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 #74127C is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 116 | 18 | 124 | - |
| CMYK | 0.06 | 0.85 | 0 | 0.51 |
| HSL | 295.47º | 0.75% | 0.28% | - |
| HSV(B) | 295.47º | 0.85% | 0.49% | - |
| XYZ | 11.06 | 5.6 | 19.57 | - |
| YUV | 59.39 | 164.47 | 168.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 18 | 124 | 0.06 | 0.85 | 0 | 0.51 | 295.47 | 0.75 | 0.28 |
| Hex | 74 | 12 | 7C | 6 | 55 | 0 | 33 | 127 | 4B | 1C |
| Octal | 164 | 22 | 174 | 6 | 125 | 0 | 63 | 447 | 113 | 34 |
| Binary | 1110100 | 10010 | 1111100 | 110 | 1010101 | 0 | 110011 | 100100111 | 1001011 | 11100 |
Color Harmonies of #74127C
Complementary color
Monochromatic Colors of #74127C
Black with #74127C
Text Example
Text Example
White with #74127C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74127C; }
p { color: rgb(116,18,124); }
H1.HeaderClassName
{
color: #74127C;
}
.AnyTagClassName
{
color: #74127C;
}
</style>
background-color css
<style>
a { background-color: #74127C; }
a { background-color: rgb(116,18,124); }
div.DivClassName
{
background-color: #74127C;
}
.BgClassName
{
background-color: #74127C;
}
</style>
border-color css
<style>
span { border-color: #74127C; }
span { border-color: rgb(116,18,124); }
td.TdClassName
{
border-color: #74127C;
}
.TagClassName
{
border-color: #74127C;
}
</style>