Shades of Purple #74167C
Tints of Purple #74167C
RGB
CMYK
RGB Variations
Color information
#74167C (or 0x74167C) is known color: Purple. HEX triplet: 74, 16 and 7C. RGB value is (116,22,124). Sum of RGB (Red+Green+Blue) = 116+22+124=262 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.27% from 262); Green value is 22 (8.98% from 255 or 8.40% from 262); Blue value is 124 (48.83% from 255 or 47.33% from 262); Max value from RGB is 124 - color contains mainly: blue. Hex color #74167C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74167C is #8BE983. Grayscale: #3D3D3D. Windows color (decimal): -9169284 or 8132212. OLE color: 8132212.
HSL color Cylindrical-coordinate representation of color #74167C: hue angle of 295.29º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #74167C is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 116 | 22 | 124 | - |
| CMYK | 0.06 | 0.82 | 0 | 0.51 |
| HSL | 295.29º | 0.7% | 0.29% | - |
| HSV(B) | 295.29º | 0.82% | 0.49% | - |
| XYZ | 11.13 | 5.74 | 19.59 | - |
| YUV | 61.73 | 163.14 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 22 | 124 | 0.06 | 0.82 | 0 | 0.51 | 295.29 | 0.7 | 0.29 |
| Hex | 74 | 16 | 7C | 6 | 52 | 0 | 33 | 127 | 46 | 1D |
| Octal | 164 | 26 | 174 | 6 | 122 | 0 | 63 | 447 | 106 | 35 |
| Binary | 1110100 | 10110 | 1111100 | 110 | 1010010 | 0 | 110011 | 100100111 | 1000110 | 11101 |
Color Harmonies of #74167C
Complementary color
Monochromatic Colors of #74167C
Black with #74167C
Text Example
Text Example
White with #74167C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74167C; }
p { color: rgb(116,22,124); }
H1.HeaderClassName
{
color: #74167C;
}
.AnyTagClassName
{
color: #74167C;
}
</style>
background-color css
<style>
a { background-color: #74167C; }
a { background-color: rgb(116,22,124); }
div.DivClassName
{
background-color: #74167C;
}
.BgClassName
{
background-color: #74167C;
}
</style>
border-color css
<style>
span { border-color: #74167C; }
span { border-color: rgb(116,22,124); }
td.TdClassName
{
border-color: #74167C;
}
.TagClassName
{
border-color: #74167C;
}
</style>