Shades of Purple #74076C
Tints of Purple #74076C
RGB
CMYK
RGB Variations
Color information
#74076C (or 0x74076C) is known color: Purple. HEX triplet: 74, 07 and 6C. RGB value is (116,7,108). Sum of RGB (Red+Green+Blue) = 116+7+108=231 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.22% from 231); Green value is 7 (3.12% from 255 or 3.03% from 231); Blue value is 108 (42.58% from 255 or 46.75% from 231); Max value from RGB is 116 - color contains mainly: red. Hex color #74076C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74076C is #8BF893. Grayscale: #323232. Windows color (decimal): -9173140 or 7079796. OLE color: 7079796.
HSL color Cylindrical-coordinate representation of color #74076C: hue angle of 304.4º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #74076C is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 7 | 108 | - |
| CMYK | 0 | 0.94 | 0.07 | 0.55 |
| HSL | 304.4º | 0.89% | 0.24% | - |
| HSV(B) | 304.4º | 0.94% | 0.45% | - |
| XYZ | 9.99 | 4.95 | 14.62 | - |
| YUV | 51.11 | 160.11 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 7 | 108 | 0 | 0.94 | 0.07 | 0.55 | 304.4 | 0.89 | 0.24 |
| Hex | 74 | 7 | 6C | 0 | 5E | 7 | 37 | 130 | 59 | 18 |
| Octal | 164 | 7 | 154 | 0 | 136 | 7 | 67 | 460 | 131 | 30 |
| Binary | 1110100 | 111 | 1101100 | 0 | 1011110 | 111 | 110111 | 100110000 | 1011001 | 11000 |
Color Harmonies of #74076C
Complementary color
Monochromatic Colors of #74076C
Black with #74076C
Text Example
Text Example
White with #74076C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74076C; }
p { color: rgb(116,7,108); }
H1.HeaderClassName
{
color: #74076C;
}
.AnyTagClassName
{
color: #74076C;
}
</style>
background-color css
<style>
a { background-color: #74076C; }
a { background-color: rgb(116,7,108); }
div.DivClassName
{
background-color: #74076C;
}
.BgClassName
{
background-color: #74076C;
}
</style>
border-color css
<style>
span { border-color: #74076C; }
span { border-color: rgb(116,7,108); }
td.TdClassName
{
border-color: #74076C;
}
.TagClassName
{
border-color: #74076C;
}
</style>