Shades of Purple #74107C
Tints of Purple #74107C
RGB
CMYK
RGB Variations
Color information
#74107C (or 0x74107C) is known color: Purple. HEX triplet: 74, 10 and 7C. RGB value is (116,16,124). Sum of RGB (Red+Green+Blue) = 116+16+124=256 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.31% from 256); Green value is 16 (6.64% from 255 or 6.25% from 256); Blue value is 124 (48.83% from 255 or 48.44% from 256); Max value from RGB is 124 - color contains mainly: blue. Hex color #74107C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74107C is #8BEF83. Grayscale: #393939. Windows color (decimal): -9170820 or 8130676. OLE color: 8130676.
HSL color Cylindrical-coordinate representation of color #74107C: hue angle of 295.56º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #74107C is Cyan = 0.06, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 116 | 16 | 124 | - |
| CMYK | 0.06 | 0.87 | 0 | 0.51 |
| HSL | 295.56º | 0.77% | 0.27% | - |
| HSV(B) | 295.56º | 0.87% | 0.49% | - |
| XYZ | 11.03 | 5.54 | 19.56 | - |
| YUV | 58.21 | 165.13 | 169.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 16 | 124 | 0.06 | 0.87 | 0 | 0.51 | 295.56 | 0.77 | 0.27 |
| Hex | 74 | 10 | 7C | 6 | 57 | 0 | 33 | 128 | 4D | 1B |
| Octal | 164 | 20 | 174 | 6 | 127 | 0 | 63 | 450 | 115 | 33 |
| Binary | 1110100 | 10000 | 1111100 | 110 | 1010111 | 0 | 110011 | 100101000 | 1001101 | 11011 |
Color Harmonies of #74107C
Complementary color
Monochromatic Colors of #74107C
Black with #74107C
Text Example
Text Example
White with #74107C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74107C; }
p { color: rgb(116,16,124); }
H1.HeaderClassName
{
color: #74107C;
}
.AnyTagClassName
{
color: #74107C;
}
</style>
background-color css
<style>
a { background-color: #74107C; }
a { background-color: rgb(116,16,124); }
div.DivClassName
{
background-color: #74107C;
}
.BgClassName
{
background-color: #74107C;
}
</style>
border-color css
<style>
span { border-color: #74107C; }
span { border-color: rgb(116,16,124); }
td.TdClassName
{
border-color: #74107C;
}
.TagClassName
{
border-color: #74107C;
}
</style>