Shades of Purple #74038D
Tints of Purple #74038D
RGB
CMYK
RGB Variations
Color information
#74038D (or 0x74038D) is known color: Purple. HEX triplet: 74, 03 and 8D. RGB value is (116,3,141). Sum of RGB (Red+Green+Blue) = 116+3+141=260 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.62% from 260); Green value is 3 (1.56% from 255 or 1.15% from 260); Blue value is 141 (55.47% from 255 or 54.23% from 260); Max value from RGB is 141 - color contains mainly: blue. Hex color #74038D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #74038D is #8BFC72. Grayscale: #343434. Windows color (decimal): -9174131 or 9241460. OLE color: 9241460.
HSL color Cylindrical-coordinate representation of color #74038D: hue angle of 289.13º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #74038D is Cyan = 0.18, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 116 | 3 | 141 | - |
| CMYK | 0.18 | 0.98 | 0 | 0.45 |
| HSL | 289.13º | 0.96% | 0.28% | - |
| HSV(B) | 289.13º | 0.98% | 0.55% | - |
| XYZ | 12.04 | 5.7 | 25.67 | - |
| YUV | 52.52 | 177.94 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 3 | 141 | 0.18 | 0.98 | 0 | 0.45 | 289.13 | 0.96 | 0.28 |
| Hex | 74 | 3 | 8D | 12 | 62 | 0 | 2D | 121 | 60 | 1C |
| Octal | 164 | 3 | 215 | 22 | 142 | 0 | 55 | 441 | 140 | 34 |
| Binary | 1110100 | 11 | 10001101 | 10010 | 1100010 | 0 | 101101 | 100100001 | 1100000 | 11100 |
Color Harmonies of #74038D
Complementary color
Monochromatic Colors of #74038D
Black with #74038D
Text Example
Text Example
White with #74038D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74038D; }
p { color: rgb(116,3,141); }
H1.HeaderClassName
{
color: #74038D;
}
.AnyTagClassName
{
color: #74038D;
}
</style>
background-color css
<style>
a { background-color: #74038D; }
a { background-color: rgb(116,3,141); }
div.DivClassName
{
background-color: #74038D;
}
.BgClassName
{
background-color: #74038D;
}
</style>
border-color css
<style>
span { border-color: #74038D; }
span { border-color: rgb(116,3,141); }
td.TdClassName
{
border-color: #74038D;
}
.TagClassName
{
border-color: #74038D;
}
</style>