Shades of Purple #74177F
Tints of Purple #74177F
RGB
CMYK
RGB Variations
Color information
#74177F (or 0x74177F) is known color: Purple. HEX triplet: 74, 17 and 7F. RGB value is (116,23,127). Sum of RGB (Red+Green+Blue) = 116+23+127=266 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.61% from 266); Green value is 23 (9.38% from 255 or 8.65% from 266); Blue value is 127 (50% from 255 or 47.74% from 266); Max value from RGB is 127 - color contains mainly: blue. Hex color #74177F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74177F is #8BE880. Grayscale: #3E3E3E. Windows color (decimal): -9169025 or 8329076. OLE color: 8329076.
HSL color Cylindrical-coordinate representation of color #74177F: hue angle of 293.65º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #74177F is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 116 | 23 | 127 | - |
| CMYK | 0.09 | 0.82 | 0 | 0.50 |
| HSL | 293.65º | 0.69% | 0.29% | - |
| HSV(B) | 293.65º | 0.82% | 0.5% | - |
| XYZ | 11.34 | 5.86 | 20.61 | - |
| YUV | 62.66 | 164.31 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 23 | 127 | 0.09 | 0.82 | 0 | 0.50 | 293.65 | 0.69 | 0.29 |
| Hex | 74 | 17 | 7F | 9 | 52 | 0 | 32 | 126 | 45 | 1D |
| Octal | 164 | 27 | 177 | 11 | 122 | 0 | 62 | 446 | 105 | 35 |
| Binary | 1110100 | 10111 | 1111111 | 1001 | 1010010 | 0 | 110010 | 100100110 | 1000101 | 11101 |
Color Harmonies of #74177F
Complementary color
Monochromatic Colors of #74177F
Black with #74177F
Text Example
Text Example
White with #74177F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74177F; }
p { color: rgb(116,23,127); }
H1.HeaderClassName
{
color: #74177F;
}
.AnyTagClassName
{
color: #74177F;
}
</style>
background-color css
<style>
a { background-color: #74177F; }
a { background-color: rgb(116,23,127); }
div.DivClassName
{
background-color: #74177F;
}
.BgClassName
{
background-color: #74177F;
}
</style>
border-color css
<style>
span { border-color: #74177F; }
span { border-color: rgb(116,23,127); }
td.TdClassName
{
border-color: #74177F;
}
.TagClassName
{
border-color: #74177F;
}
</style>