Shades of Purple #74028D
Tints of Purple #74028D
RGB
CMYK
RGB Variations
Color information
#74028D (or 0x74028D) is known color: Purple. HEX triplet: 74, 02 and 8D. RGB value is (116,2,141). Sum of RGB (Red+Green+Blue) = 116+2+141=259 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.79% from 259); Green value is 2 (1.17% from 255 or 0.77% from 259); Blue value is 141 (55.47% from 255 or 54.44% from 259); Max value from RGB is 141 - color contains mainly: blue. Hex color #74028D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #74028D is #8BFD72. Grayscale: #333333. Windows color (decimal): -9174387 or 9241204. OLE color: 9241204.
HSL color Cylindrical-coordinate representation of color #74028D: hue angle of 289.21º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #74028D is Cyan = 0.18, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 116 | 2 | 141 | - |
| CMYK | 0.18 | 0.99 | 0 | 0.45 |
| HSL | 289.21º | 0.97% | 0.28% | - |
| HSV(B) | 289.21º | 0.99% | 0.55% | - |
| XYZ | 12.03 | 5.68 | 25.66 | - |
| YUV | 51.93 | 178.27 | 173.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 2 | 141 | 0.18 | 0.99 | 0 | 0.45 | 289.21 | 0.97 | 0.28 |
| Hex | 74 | 2 | 8D | 12 | 63 | 0 | 2D | 121 | 61 | 1C |
| Octal | 164 | 2 | 215 | 22 | 143 | 0 | 55 | 441 | 141 | 34 |
| Binary | 1110100 | 10 | 10001101 | 10010 | 1100011 | 0 | 101101 | 100100001 | 1100001 | 11100 |
Color Harmonies of #74028D
Complementary color
Monochromatic Colors of #74028D
Black with #74028D
Text Example
Text Example
White with #74028D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74028D; }
p { color: rgb(116,2,141); }
H1.HeaderClassName
{
color: #74028D;
}
.AnyTagClassName
{
color: #74028D;
}
</style>
background-color css
<style>
a { background-color: #74028D; }
a { background-color: rgb(116,2,141); }
div.DivClassName
{
background-color: #74028D;
}
.BgClassName
{
background-color: #74028D;
}
</style>
border-color css
<style>
span { border-color: #74028D; }
span { border-color: rgb(116,2,141); }
td.TdClassName
{
border-color: #74028D;
}
.TagClassName
{
border-color: #74028D;
}
</style>