Shades of Purple #74167D
Tints of Purple #74167D
RGB
CMYK
RGB Variations
Color information
#74167D (or 0x74167D) is known color: Purple. HEX triplet: 74, 16 and 7D. RGB value is (116,22,125). Sum of RGB (Red+Green+Blue) = 116+22+125=263 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.11% from 263); Green value is 22 (8.98% from 255 or 8.37% from 263); Blue value is 125 (49.22% from 255 or 47.53% from 263); Max value from RGB is 125 - color contains mainly: blue. Hex color #74167D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74167D is #8BE982. Grayscale: #3D3D3D. Windows color (decimal): -9169283 or 8197748. OLE color: 8197748.
HSL color Cylindrical-coordinate representation of color #74167D: hue angle of 294.76º 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 #74167D is Cyan = 0.07, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 116 | 22 | 125 | - |
| CMYK | 0.07 | 0.82 | 0 | 0.51 |
| HSL | 294.76º | 0.7% | 0.29% | - |
| HSV(B) | 294.76º | 0.82% | 0.49% | - |
| XYZ | 11.19 | 5.77 | 19.93 | - |
| YUV | 61.85 | 163.64 | 166.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 22 | 125 | 0.07 | 0.82 | 0 | 0.51 | 294.76 | 0.7 | 0.29 |
| Hex | 74 | 16 | 7D | 7 | 52 | 0 | 33 | 127 | 46 | 1D |
| Octal | 164 | 26 | 175 | 7 | 122 | 0 | 63 | 447 | 106 | 35 |
| Binary | 1110100 | 10110 | 1111101 | 111 | 1010010 | 0 | 110011 | 100100111 | 1000110 | 11101 |
Color Harmonies of #74167D
Complementary color
Monochromatic Colors of #74167D
Black with #74167D
Text Example
Text Example
White with #74167D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74167D; }
p { color: rgb(116,22,125); }
H1.HeaderClassName
{
color: #74167D;
}
.AnyTagClassName
{
color: #74167D;
}
</style>
background-color css
<style>
a { background-color: #74167D; }
a { background-color: rgb(116,22,125); }
div.DivClassName
{
background-color: #74167D;
}
.BgClassName
{
background-color: #74167D;
}
</style>
border-color css
<style>
span { border-color: #74167D; }
span { border-color: rgb(116,22,125); }
td.TdClassName
{
border-color: #74167D;
}
.TagClassName
{
border-color: #74167D;
}
</style>