Shades of Purple #74016B
Tints of Purple #74016B
RGB
CMYK
RGB Variations
Color information
#74016B (or 0x74016B) is known color: Purple. HEX triplet: 74, 01 and 6B. RGB value is (116,1,107). Sum of RGB (Red+Green+Blue) = 116+1+107=224 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.79% from 224); Green value is 1 (0.78% from 255 or 0.45% from 224); Blue value is 107 (42.19% from 255 or 47.77% from 224); Max value from RGB is 116 - color contains mainly: red. Hex color #74016B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74016B is #8BFE94. Grayscale: #2F2F2F. Windows color (decimal): -9174677 or 7012724. OLE color: 7012724.
HSL color Cylindrical-coordinate representation of color #74016B: hue angle of 304.7º 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 #74016B is Cyan = 0, Magento = 0.99, Yellow = 0.08 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 1 | 107 | - |
| CMYK | 0 | 0.99 | 0.08 | 0.55 |
| HSL | 304.7º | 0.98% | 0.23% | - |
| HSV(B) | 304.7º | 0.99% | 0.45% | - |
| XYZ | 9.87 | 4.8 | 14.32 | - |
| YUV | 47.47 | 161.6 | 176.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 1 | 107 | 0 | 0.99 | 0.08 | 0.55 | 304.7 | 0.98 | 0.23 |
| Hex | 74 | 1 | 6B | 0 | 63 | 8 | 37 | 131 | 62 | 17 |
| Octal | 164 | 1 | 153 | 0 | 143 | 10 | 67 | 461 | 142 | 27 |
| Binary | 1110100 | 1 | 1101011 | 0 | 1100011 | 1000 | 110111 | 100110001 | 1100010 | 10111 |
Color Harmonies of #74016B
Complementary color
Monochromatic Colors of #74016B
Black with #74016B
Text Example
Text Example
White with #74016B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74016B; }
p { color: rgb(116,1,107); }
H1.HeaderClassName
{
color: #74016B;
}
.AnyTagClassName
{
color: #74016B;
}
</style>
background-color css
<style>
a { background-color: #74016B; }
a { background-color: rgb(116,1,107); }
div.DivClassName
{
background-color: #74016B;
}
.BgClassName
{
background-color: #74016B;
}
</style>
border-color css
<style>
span { border-color: #74016B; }
span { border-color: rgb(116,1,107); }
td.TdClassName
{
border-color: #74016B;
}
.TagClassName
{
border-color: #74016B;
}
</style>