Shades of Dark Purple #74187A
Tints of Dark Purple #74187A
RGB
CMYK
RGB Variations
Color information
#74187A (or 0x74187A) is known color: Dark Purple. HEX triplet: 74, 18 and 7A. RGB value is (116,24,122). Sum of RGB (Red+Green+Blue) = 116+24+122=262 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.27% from 262); Green value is 24 (9.77% from 255 or 9.16% from 262); Blue value is 122 (48.05% from 255 or 46.56% from 262); Max value from RGB is 122 - color contains mainly: blue. Hex color #74187A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74187A is #8BE785. Grayscale: #3E3E3E. Windows color (decimal): -9168774 or 8001652. OLE color: 8001652.
HSL color Cylindrical-coordinate representation of color #74187A: hue angle of 296.33º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #74187A is Cyan = 0.05, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 116 | 24 | 122 | - |
| CMYK | 0.05 | 0.80 | 0 | 0.52 |
| HSL | 296.33º | 0.67% | 0.29% | - |
| HSV(B) | 296.33º | 0.8% | 0.48% | - |
| XYZ | 11.04 | 5.77 | 18.94 | - |
| YUV | 62.68 | 161.48 | 166.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 24 | 122 | 0.05 | 0.80 | 0 | 0.52 | 296.33 | 0.67 | 0.29 |
| Hex | 74 | 18 | 7A | 5 | 50 | 0 | 34 | 128 | 43 | 1D |
| Octal | 164 | 30 | 172 | 5 | 120 | 0 | 64 | 450 | 103 | 35 |
| Binary | 1110100 | 11000 | 1111010 | 101 | 1010000 | 0 | 110100 | 100101000 | 1000011 | 11101 |
Color Harmonies of #74187A
Complementary color
Monochromatic Colors of #74187A
Black with #74187A
Text Example
Text Example
White with #74187A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74187A; }
p { color: rgb(116,24,122); }
H1.HeaderClassName
{
color: #74187A;
}
.AnyTagClassName
{
color: #74187A;
}
</style>
background-color css
<style>
a { background-color: #74187A; }
a { background-color: rgb(116,24,122); }
div.DivClassName
{
background-color: #74187A;
}
.BgClassName
{
background-color: #74187A;
}
</style>
border-color css
<style>
span { border-color: #74187A; }
span { border-color: rgb(116,24,122); }
td.TdClassName
{
border-color: #74187A;
}
.TagClassName
{
border-color: #74187A;
}
</style>