Shades of Dark Purple #74146B
Tints of Dark Purple #74146B
RGB
CMYK
RGB Variations
Color information
#74146B (or 0x74146B) is known color: Dark Purple. HEX triplet: 74, 14 and 6B. RGB value is (116,20,107). Sum of RGB (Red+Green+Blue) = 116+20+107=243 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.74% from 243); Green value is 20 (8.20% from 255 or 8.23% from 243); Blue value is 107 (42.19% from 255 or 44.03% from 243); Max value from RGB is 116 - color contains mainly: red. Hex color #74146B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74146B is #8BEB94. Grayscale: #3A3A3A. Windows color (decimal): -9169813 or 7017588. OLE color: 7017588.
HSL color Cylindrical-coordinate representation of color #74146B: hue angle of 305.62º 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 #74146B is Cyan = 0, Magento = 0.83, Yellow = 0.08 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 20 | 107 | - |
| CMYK | 0 | 0.83 | 0.08 | 0.55 |
| HSL | 305.63º | 0.71% | 0.27% | - |
| HSV(B) | 305.63º | 0.83% | 0.45% | - |
| XYZ | 10.11 | 5.27 | 14.4 | - |
| YUV | 58.62 | 155.3 | 168.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 20 | 107 | 0 | 0.83 | 0.08 | 0.55 | 305.63 | 0.71 | 0.27 |
| Hex | 74 | 14 | 6B | 0 | 53 | 8 | 37 | 132 | 47 | 1B |
| Octal | 164 | 24 | 153 | 0 | 123 | 10 | 67 | 462 | 107 | 33 |
| Binary | 1110100 | 10100 | 1101011 | 0 | 1010011 | 1000 | 110111 | 100110010 | 1000111 | 11011 |
Color Harmonies of #74146B
Complementary color
Monochromatic Colors of #74146B
Black with #74146B
Text Example
Text Example
White with #74146B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74146B; }
p { color: rgb(116,20,107); }
H1.HeaderClassName
{
color: #74146B;
}
.AnyTagClassName
{
color: #74146B;
}
</style>
background-color css
<style>
a { background-color: #74146B; }
a { background-color: rgb(116,20,107); }
div.DivClassName
{
background-color: #74146B;
}
.BgClassName
{
background-color: #74146B;
}
</style>
border-color css
<style>
span { border-color: #74146B; }
span { border-color: rgb(116,20,107); }
td.TdClassName
{
border-color: #74146B;
}
.TagClassName
{
border-color: #74146B;
}
</style>