Shades of Dark Purple #74177A
Tints of Dark Purple #74177A
RGB
CMYK
RGB Variations
Color information
#74177A (or 0x74177A) is known color: Dark Purple. HEX triplet: 74, 17 and 7A. RGB value is (116,23,122). Sum of RGB (Red+Green+Blue) = 116+23+122=261 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.44% from 261); Green value is 23 (9.38% from 255 or 8.81% from 261); Blue value is 122 (48.05% from 255 or 46.74% from 261); Max value from RGB is 122 - color contains mainly: blue. Hex color #74177A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74177A is #8BE885. Grayscale: #3D3D3D. Windows color (decimal): -9169030 or 8001396. OLE color: 8001396.
HSL color Cylindrical-coordinate representation of color #74177A: hue angle of 296.36º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #74177A is Cyan = 0.05, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 116 | 23 | 122 | - |
| CMYK | 0.05 | 0.81 | 0 | 0.52 |
| HSL | 296.36º | 0.68% | 0.28% | - |
| HSV(B) | 296.36º | 0.81% | 0.48% | - |
| XYZ | 11.02 | 5.73 | 18.94 | - |
| YUV | 62.09 | 161.81 | 166.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 23 | 122 | 0.05 | 0.81 | 0 | 0.52 | 296.36 | 0.68 | 0.28 |
| Hex | 74 | 17 | 7A | 5 | 51 | 0 | 34 | 128 | 44 | 1C |
| Octal | 164 | 27 | 172 | 5 | 121 | 0 | 64 | 450 | 104 | 34 |
| Binary | 1110100 | 10111 | 1111010 | 101 | 1010001 | 0 | 110100 | 100101000 | 1000100 | 11100 |
Color Harmonies of #74177A
Complementary color
Monochromatic Colors of #74177A
Black with #74177A
Text Example
Text Example
White with #74177A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74177A; }
p { color: rgb(116,23,122); }
H1.HeaderClassName
{
color: #74177A;
}
.AnyTagClassName
{
color: #74177A;
}
</style>
background-color css
<style>
a { background-color: #74177A; }
a { background-color: rgb(116,23,122); }
div.DivClassName
{
background-color: #74177A;
}
.BgClassName
{
background-color: #74177A;
}
</style>
border-color css
<style>
span { border-color: #74177A; }
span { border-color: rgb(116,23,122); }
td.TdClassName
{
border-color: #74177A;
}
.TagClassName
{
border-color: #74177A;
}
</style>