Shades of Purple #74157F
Tints of Purple #74157F
RGB
CMYK
RGB Variations
Color information
#74157F (or 0x74157F) is known color: Purple. HEX triplet: 74, 15 and 7F. RGB value is (116,21,127). Sum of RGB (Red+Green+Blue) = 116+21+127=264 (34% of max value = 765). Red value is 116 (45.70% from 255 or 43.94% from 264); Green value is 21 (8.59% from 255 or 7.95% from 264); Blue value is 127 (50% from 255 or 48.11% from 264); Max value from RGB is 127 - color contains mainly: blue. Hex color #74157F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74157F is #8BEA80. Grayscale: #3D3D3D. Windows color (decimal): -9169537 or 8328564. OLE color: 8328564.
HSL color Cylindrical-coordinate representation of color #74157F: hue angle of 293.77º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #74157F is Cyan = 0.09, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 116 | 21 | 127 | - |
| CMYK | 0.09 | 0.83 | 0 | 0.50 |
| HSL | 293.77º | 0.72% | 0.29% | - |
| HSV(B) | 293.77º | 0.83% | 0.5% | - |
| XYZ | 11.3 | 5.78 | 20.6 | - |
| YUV | 61.49 | 164.97 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 21 | 127 | 0.09 | 0.83 | 0 | 0.50 | 293.77 | 0.72 | 0.29 |
| Hex | 74 | 15 | 7F | 9 | 53 | 0 | 32 | 126 | 48 | 1D |
| Octal | 164 | 25 | 177 | 11 | 123 | 0 | 62 | 446 | 110 | 35 |
| Binary | 1110100 | 10101 | 1111111 | 1001 | 1010011 | 0 | 110010 | 100100110 | 1001000 | 11101 |
Color Harmonies of #74157F
Complementary color
Monochromatic Colors of #74157F
Black with #74157F
Text Example
Text Example
White with #74157F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74157F; }
p { color: rgb(116,21,127); }
H1.HeaderClassName
{
color: #74157F;
}
.AnyTagClassName
{
color: #74157F;
}
</style>
background-color css
<style>
a { background-color: #74157F; }
a { background-color: rgb(116,21,127); }
div.DivClassName
{
background-color: #74157F;
}
.BgClassName
{
background-color: #74157F;
}
</style>
border-color css
<style>
span { border-color: #74157F; }
span { border-color: rgb(116,21,127); }
td.TdClassName
{
border-color: #74157F;
}
.TagClassName
{
border-color: #74157F;
}
</style>