Shades of Purple #74068D
Tints of Purple #74068D
RGB
CMYK
RGB Variations
Color information
#74068D (or 0x74068D) is known color: Purple. HEX triplet: 74, 06 and 8D. RGB value is (116,6,141). Sum of RGB (Red+Green+Blue) = 116+6+141=263 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.11% from 263); Green value is 6 (2.73% from 255 or 2.28% from 263); Blue value is 141 (55.47% from 255 or 53.61% from 263); Max value from RGB is 141 - color contains mainly: blue. Hex color #74068D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #74068D is #8BF972. Grayscale: #353535. Windows color (decimal): -9173363 or 9242228. OLE color: 9242228.
HSL color Cylindrical-coordinate representation of color #74068D: hue angle of 288.89º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #74068D is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 116 | 6 | 141 | - |
| CMYK | 0.18 | 0.96 | 0 | 0.45 |
| HSL | 288.89º | 0.92% | 0.29% | - |
| HSV(B) | 288.89º | 0.96% | 0.55% | - |
| XYZ | 12.08 | 5.77 | 25.68 | - |
| YUV | 54.28 | 176.94 | 172.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 6 | 141 | 0.18 | 0.96 | 0 | 0.45 | 288.89 | 0.92 | 0.29 |
| Hex | 74 | 6 | 8D | 12 | 60 | 0 | 2D | 121 | 5C | 1D |
| Octal | 164 | 6 | 215 | 22 | 140 | 0 | 55 | 441 | 134 | 35 |
| Binary | 1110100 | 110 | 10001101 | 10010 | 1100000 | 0 | 101101 | 100100001 | 1011100 | 11101 |
Color Harmonies of #74068D
Complementary color
Monochromatic Colors of #74068D
Black with #74068D
Text Example
Text Example
White with #74068D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74068D; }
p { color: rgb(116,6,141); }
H1.HeaderClassName
{
color: #74068D;
}
.AnyTagClassName
{
color: #74068D;
}
</style>
background-color css
<style>
a { background-color: #74068D; }
a { background-color: rgb(116,6,141); }
div.DivClassName
{
background-color: #74068D;
}
.BgClassName
{
background-color: #74068D;
}
</style>
border-color css
<style>
span { border-color: #74068D; }
span { border-color: rgb(116,6,141); }
td.TdClassName
{
border-color: #74068D;
}
.TagClassName
{
border-color: #74068D;
}
</style>