Shades of Purple #74016C
Tints of Purple #74016C
RGB
CMYK
RGB Variations
Color information
#74016C (or 0x74016C) is known color: Purple. HEX triplet: 74, 01 and 6C. RGB value is (116,1,108). Sum of RGB (Red+Green+Blue) = 116+1+108=225 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.56% from 225); Green value is 1 (0.78% from 255 or 0.44% from 225); Blue value is 108 (42.58% from 255 or 48% from 225); Max value from RGB is 116 - color contains mainly: red. Hex color #74016C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74016C is #8BFE93. Grayscale: #2F2F2F. Windows color (decimal): -9174676 or 7078260. OLE color: 7078260.
HSL color Cylindrical-coordinate representation of color #74016C: hue angle of 304.17º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #74016C is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 1 | 108 | - |
| CMYK | 0 | 0.99 | 0.07 | 0.55 |
| HSL | 304.17º | 0.98% | 0.23% | - |
| HSV(B) | 304.17º | 0.99% | 0.45% | - |
| XYZ | 9.92 | 4.82 | 14.59 | - |
| YUV | 47.58 | 162.1 | 176.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 1 | 108 | 0 | 0.99 | 0.07 | 0.55 | 304.17 | 0.98 | 0.23 |
| Hex | 74 | 1 | 6C | 0 | 63 | 7 | 37 | 130 | 62 | 17 |
| Octal | 164 | 1 | 154 | 0 | 143 | 7 | 67 | 460 | 142 | 27 |
| Binary | 1110100 | 1 | 1101100 | 0 | 1100011 | 111 | 110111 | 100110000 | 1100010 | 10111 |
Color Harmonies of #74016C
Complementary color
Monochromatic Colors of #74016C
Black with #74016C
Text Example
Text Example
White with #74016C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74016C; }
p { color: rgb(116,1,108); }
H1.HeaderClassName
{
color: #74016C;
}
.AnyTagClassName
{
color: #74016C;
}
</style>
background-color css
<style>
a { background-color: #74016C; }
a { background-color: rgb(116,1,108); }
div.DivClassName
{
background-color: #74016C;
}
.BgClassName
{
background-color: #74016C;
}
</style>
border-color css
<style>
span { border-color: #74016C; }
span { border-color: rgb(116,1,108); }
td.TdClassName
{
border-color: #74016C;
}
.TagClassName
{
border-color: #74016C;
}
</style>