Shades of Dark Purple #74166F
Tints of Dark Purple #74166F
RGB
CMYK
RGB Variations
Color information
#74166F (or 0x74166F) is known color: Dark Purple. HEX triplet: 74, 16 and 6F. RGB value is (116,22,111). Sum of RGB (Red+Green+Blue) = 116+22+111=249 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.59% from 249); Green value is 22 (8.98% from 255 or 8.84% from 249); Blue value is 111 (43.75% from 255 or 44.58% from 249); Max value from RGB is 116 - color contains mainly: red. Hex color #74166F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74166F is #8BE990. Grayscale: #3B3B3B. Windows color (decimal): -9169297 or 7280244. OLE color: 7280244.
HSL color Cylindrical-coordinate representation of color #74166F: hue angle of 303.19º 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 #74166F is Cyan = 0, Magento = 0.81, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 22 | 111 | - |
| CMYK | 0 | 0.81 | 0.04 | 0.55 |
| HSL | 303.19º | 0.68% | 0.27% | - |
| HSV(B) | 303.19º | 0.81% | 0.45% | - |
| XYZ | 10.36 | 5.43 | 15.54 | - |
| YUV | 60.25 | 156.64 | 167.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 22 | 111 | 0 | 0.81 | 0.04 | 0.55 | 303.19 | 0.68 | 0.27 |
| Hex | 74 | 16 | 6F | 0 | 51 | 4 | 37 | 12F | 44 | 1B |
| Octal | 164 | 26 | 157 | 0 | 121 | 4 | 67 | 457 | 104 | 33 |
| Binary | 1110100 | 10110 | 1101111 | 0 | 1010001 | 100 | 110111 | 100101111 | 1000100 | 11011 |
Color Harmonies of #74166F
Complementary color
Monochromatic Colors of #74166F
Black with #74166F
Text Example
Text Example
White with #74166F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74166F; }
p { color: rgb(116,22,111); }
H1.HeaderClassName
{
color: #74166F;
}
.AnyTagClassName
{
color: #74166F;
}
</style>
background-color css
<style>
a { background-color: #74166F; }
a { background-color: rgb(116,22,111); }
div.DivClassName
{
background-color: #74166F;
}
.BgClassName
{
background-color: #74166F;
}
</style>
border-color css
<style>
span { border-color: #74166F; }
span { border-color: rgb(116,22,111); }
td.TdClassName
{
border-color: #74166F;
}
.TagClassName
{
border-color: #74166F;
}
</style>