Shades of Purple #74008D
Tints of Purple #74008D
RGB
CMYK
RGB Variations
Color information
#74008D (or 0x74008D) is known color: Purple. HEX triplet: 74, 00 and 8D. RGB value is (116,0,141). Sum of RGB (Red+Green+Blue) = 116+0+141=257 (34% of max value = 765). Red value is 116 (45.70% from 255 or 45.14% from 257); Green value is 0 (0.39% from 255 or 0% from 257); Blue value is 141 (55.47% from 255 or 54.86% from 257); Max value from RGB is 141 - color contains mainly: blue. Hex color #74008D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #74008D is #8BFF72. Grayscale: #323232. Windows color (decimal): -9174899 or 9240692. OLE color: 9240692.
HSL color Cylindrical-coordinate representation of color #74008D: hue angle of 289.36º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #74008D is Cyan = 0.18, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 116 | 0 | 141 | - |
| CMYK | 0.18 | 1 | 0 | 0.45 |
| HSL | 289.36º | 1% | 0.28% | - |
| HSV(B) | 289.36º | 1% | 0.55% | - |
| XYZ | 12.01 | 5.64 | 25.65 | - |
| YUV | 50.76 | 178.93 | 174.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 0 | 141 | 0.18 | 1 | 0 | 0.45 | 289.36 | 1 | 0.28 |
| Hex | 74 | 0 | 8D | 12 | 64 | 0 | 2D | 121 | 64 | 1C |
| Octal | 164 | 0 | 215 | 22 | 144 | 0 | 55 | 441 | 144 | 34 |
| Binary | 1110100 | 0 | 10001101 | 10010 | 1100100 | 0 | 101101 | 100100001 | 1100100 | 11100 |
Color Harmonies of #74008D
Complementary color
Monochromatic Colors of #74008D
Black with #74008D
Text Example
Text Example
White with #74008D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74008D; }
p { color: rgb(116,0,141); }
H1.HeaderClassName
{
color: #74008D;
}
.AnyTagClassName
{
color: #74008D;
}
</style>
background-color css
<style>
a { background-color: #74008D; }
a { background-color: rgb(116,0,141); }
div.DivClassName
{
background-color: #74008D;
}
.BgClassName
{
background-color: #74008D;
}
</style>
border-color css
<style>
span { border-color: #74008D; }
span { border-color: rgb(116,0,141); }
td.TdClassName
{
border-color: #74008D;
}
.TagClassName
{
border-color: #74008D;
}
</style>