Shades of Dark Purple #74166E
Tints of Dark Purple #74166E
RGB
CMYK
RGB Variations
Color information
#74166E (or 0x74166E) is known color: Dark Purple. HEX triplet: 74, 16 and 6E. RGB value is (116,22,110). Sum of RGB (Red+Green+Blue) = 116+22+110=248 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.77% from 248); Green value is 22 (8.98% from 255 or 8.87% from 248); Blue value is 110 (43.36% from 255 or 44.35% from 248); Max value from RGB is 116 - color contains mainly: red. Hex color #74166E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74166E is #8BE991. Grayscale: #3B3B3B. Windows color (decimal): -9169298 or 7214708. OLE color: 7214708.
HSL color Cylindrical-coordinate representation of color #74166E: hue angle of 303.83º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #74166E is Cyan = 0, Magento = 0.81, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 22 | 110 | - |
| CMYK | 0 | 0.81 | 0.05 | 0.55 |
| HSL | 303.83º | 0.68% | 0.27% | - |
| HSV(B) | 303.83º | 0.81% | 0.45% | - |
| XYZ | 10.3 | 5.41 | 15.25 | - |
| YUV | 60.14 | 156.14 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 22 | 110 | 0 | 0.81 | 0.05 | 0.55 | 303.83 | 0.68 | 0.27 |
| Hex | 74 | 16 | 6E | 0 | 51 | 5 | 37 | 130 | 44 | 1B |
| Octal | 164 | 26 | 156 | 0 | 121 | 5 | 67 | 460 | 104 | 33 |
| Binary | 1110100 | 10110 | 1101110 | 0 | 1010001 | 101 | 110111 | 100110000 | 1000100 | 11011 |
Color Harmonies of #74166E
Complementary color
Monochromatic Colors of #74166E
Black with #74166E
Text Example
Text Example
White with #74166E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74166E; }
p { color: rgb(116,22,110); }
H1.HeaderClassName
{
color: #74166E;
}
.AnyTagClassName
{
color: #74166E;
}
</style>
background-color css
<style>
a { background-color: #74166E; }
a { background-color: rgb(116,22,110); }
div.DivClassName
{
background-color: #74166E;
}
.BgClassName
{
background-color: #74166E;
}
</style>
border-color css
<style>
span { border-color: #74166E; }
span { border-color: rgb(116,22,110); }
td.TdClassName
{
border-color: #74166E;
}
.TagClassName
{
border-color: #74166E;
}
</style>