Shades of Purple #74177C
Tints of Purple #74177C
RGB
CMYK
RGB Variations
Color information
#74177C (or 0x74177C) is known color: Purple. HEX triplet: 74, 17 and 7C. RGB value is (116,23,124). Sum of RGB (Red+Green+Blue) = 116+23+124=263 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.11% from 263); Green value is 23 (9.38% from 255 or 8.75% from 263); Blue value is 124 (48.83% from 255 or 47.15% from 263); Max value from RGB is 124 - color contains mainly: blue. Hex color #74177C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74177C is #8BE883. Grayscale: #3E3E3E. Windows color (decimal): -9169028 or 8132468. OLE color: 8132468.
HSL color Cylindrical-coordinate representation of color #74177C: hue angle of 295.25º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #74177C is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 116 | 23 | 124 | - |
| CMYK | 0.06 | 0.81 | 0 | 0.51 |
| HSL | 295.25º | 0.69% | 0.29% | - |
| HSV(B) | 295.25º | 0.81% | 0.49% | - |
| XYZ | 11.15 | 5.78 | 19.6 | - |
| YUV | 62.32 | 162.81 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 23 | 124 | 0.06 | 0.81 | 0 | 0.51 | 295.25 | 0.69 | 0.29 |
| Hex | 74 | 17 | 7C | 6 | 51 | 0 | 33 | 127 | 45 | 1D |
| Octal | 164 | 27 | 174 | 6 | 121 | 0 | 63 | 447 | 105 | 35 |
| Binary | 1110100 | 10111 | 1111100 | 110 | 1010001 | 0 | 110011 | 100100111 | 1000101 | 11101 |
Color Harmonies of #74177C
Complementary color
Monochromatic Colors of #74177C
Black with #74177C
Text Example
Text Example
White with #74177C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74177C; }
p { color: rgb(116,23,124); }
H1.HeaderClassName
{
color: #74177C;
}
.AnyTagClassName
{
color: #74177C;
}
</style>
background-color css
<style>
a { background-color: #74177C; }
a { background-color: rgb(116,23,124); }
div.DivClassName
{
background-color: #74177C;
}
.BgClassName
{
background-color: #74177C;
}
</style>
border-color css
<style>
span { border-color: #74177C; }
span { border-color: rgb(116,23,124); }
td.TdClassName
{
border-color: #74177C;
}
.TagClassName
{
border-color: #74177C;
}
</style>