Shades of Purple #74086C
Tints of Purple #74086C
RGB
CMYK
RGB Variations
Color information
#74086C (or 0x74086C) is known color: Purple. HEX triplet: 74, 08 and 6C. RGB value is (116,8,108). Sum of RGB (Red+Green+Blue) = 116+8+108=232 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50% from 232); Green value is 8 (3.52% from 255 or 3.45% from 232); Blue value is 108 (42.58% from 255 or 46.55% from 232); Max value from RGB is 116 - color contains mainly: red. Hex color #74086C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74086C is #8BF793. Grayscale: #333333. Windows color (decimal): -9172884 or 7080052. OLE color: 7080052.
HSL color Cylindrical-coordinate representation of color #74086C: hue angle of 304.44º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #74086C is Cyan = 0, Magento = 0.93, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 8 | 108 | - |
| CMYK | 0 | 0.93 | 0.07 | 0.55 |
| HSL | 304.44º | 0.87% | 0.24% | - |
| HSV(B) | 304.44º | 0.93% | 0.45% | - |
| XYZ | 10 | 4.97 | 14.62 | - |
| YUV | 51.69 | 159.78 | 173.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 8 | 108 | 0 | 0.93 | 0.07 | 0.55 | 304.44 | 0.87 | 0.24 |
| Hex | 74 | 8 | 6C | 0 | 5D | 7 | 37 | 130 | 57 | 18 |
| Octal | 164 | 10 | 154 | 0 | 135 | 7 | 67 | 460 | 127 | 30 |
| Binary | 1110100 | 1000 | 1101100 | 0 | 1011101 | 111 | 110111 | 100110000 | 1010111 | 11000 |
Color Harmonies of #74086C
Complementary color
Monochromatic Colors of #74086C
Black with #74086C
Text Example
Text Example
White with #74086C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74086C; }
p { color: rgb(116,8,108); }
H1.HeaderClassName
{
color: #74086C;
}
.AnyTagClassName
{
color: #74086C;
}
</style>
background-color css
<style>
a { background-color: #74086C; }
a { background-color: rgb(116,8,108); }
div.DivClassName
{
background-color: #74086C;
}
.BgClassName
{
background-color: #74086C;
}
</style>
border-color css
<style>
span { border-color: #74086C; }
span { border-color: rgb(116,8,108); }
td.TdClassName
{
border-color: #74086C;
}
.TagClassName
{
border-color: #74086C;
}
</style>