Shades of Dark Purple #74126C
Tints of Dark Purple #74126C
RGB
CMYK
RGB Variations
Color information
#74126C (or 0x74126C) is known color: Dark Purple. HEX triplet: 74, 12 and 6C. RGB value is (116,18,108). Sum of RGB (Red+Green+Blue) = 116+18+108=242 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.93% from 242); Green value is 18 (7.42% from 255 or 7.44% from 242); Blue value is 108 (42.58% from 255 or 44.63% from 242); Max value from RGB is 116 - color contains mainly: red. Hex color #74126C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74126C is #8BED93. Grayscale: #393939. Windows color (decimal): -9170324 or 7082612. OLE color: 7082612.
HSL color Cylindrical-coordinate representation of color #74126C: hue angle of 304.9º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #74126C is Cyan = 0, Magento = 0.84, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 18 | 108 | - |
| CMYK | 0 | 0.84 | 0.07 | 0.55 |
| HSL | 304.9º | 0.73% | 0.26% | - |
| HSV(B) | 304.9º | 0.84% | 0.45% | - |
| XYZ | 10.13 | 5.23 | 14.66 | - |
| YUV | 57.56 | 156.47 | 169.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 18 | 108 | 0 | 0.84 | 0.07 | 0.55 | 304.9 | 0.73 | 0.26 |
| Hex | 74 | 12 | 6C | 0 | 54 | 7 | 37 | 131 | 49 | 1A |
| Octal | 164 | 22 | 154 | 0 | 124 | 7 | 67 | 461 | 111 | 32 |
| Binary | 1110100 | 10010 | 1101100 | 0 | 1010100 | 111 | 110111 | 100110001 | 1001001 | 11010 |
Color Harmonies of #74126C
Complementary color
Monochromatic Colors of #74126C
Black with #74126C
Text Example
Text Example
White with #74126C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74126C; }
p { color: rgb(116,18,108); }
H1.HeaderClassName
{
color: #74126C;
}
.AnyTagClassName
{
color: #74126C;
}
</style>
background-color css
<style>
a { background-color: #74126C; }
a { background-color: rgb(116,18,108); }
div.DivClassName
{
background-color: #74126C;
}
.BgClassName
{
background-color: #74126C;
}
</style>
border-color css
<style>
span { border-color: #74126C; }
span { border-color: rgb(116,18,108); }
td.TdClassName
{
border-color: #74126C;
}
.TagClassName
{
border-color: #74126C;
}
</style>