Shades of Dark Purple #74146C
Tints of Dark Purple #74146C
RGB
CMYK
RGB Variations
Color information
#74146C (or 0x74146C) is known color: Dark Purple. HEX triplet: 74, 14 and 6C. RGB value is (116,20,108). Sum of RGB (Red+Green+Blue) = 116+20+108=244 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.54% from 244); Green value is 20 (8.20% from 255 or 8.20% from 244); Blue value is 108 (42.58% from 255 or 44.26% from 244); Max value from RGB is 116 - color contains mainly: red. Hex color #74146C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74146C is #8BEB93. Grayscale: #3A3A3A. Windows color (decimal): -9169812 or 7083124. OLE color: 7083124.
HSL color Cylindrical-coordinate representation of color #74146C: hue angle of 305º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #74146C is Cyan = 0, Magento = 0.83, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 20 | 108 | - |
| CMYK | 0 | 0.83 | 0.07 | 0.55 |
| HSL | 305º | 0.71% | 0.27% | - |
| HSV(B) | 305º | 0.83% | 0.45% | - |
| XYZ | 10.16 | 5.3 | 14.67 | - |
| YUV | 58.74 | 155.8 | 168.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 20 | 108 | 0 | 0.83 | 0.07 | 0.55 | 305 | 0.71 | 0.27 |
| Hex | 74 | 14 | 6C | 0 | 53 | 7 | 37 | 131 | 47 | 1B |
| Octal | 164 | 24 | 154 | 0 | 123 | 7 | 67 | 461 | 107 | 33 |
| Binary | 1110100 | 10100 | 1101100 | 0 | 1010011 | 111 | 110111 | 100110001 | 1000111 | 11011 |
Color Harmonies of #74146C
Complementary color
Monochromatic Colors of #74146C
Black with #74146C
Text Example
Text Example
White with #74146C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74146C; }
p { color: rgb(116,20,108); }
H1.HeaderClassName
{
color: #74146C;
}
.AnyTagClassName
{
color: #74146C;
}
</style>
background-color css
<style>
a { background-color: #74146C; }
a { background-color: rgb(116,20,108); }
div.DivClassName
{
background-color: #74146C;
}
.BgClassName
{
background-color: #74146C;
}
</style>
border-color css
<style>
span { border-color: #74146C; }
span { border-color: rgb(116,20,108); }
td.TdClassName
{
border-color: #74146C;
}
.TagClassName
{
border-color: #74146C;
}
</style>