Shades of Purple #74006F
Tints of Purple #74006F
RGB
CMYK
RGB Variations
Color information
#74006F (or 0x74006F) is known color: Purple. HEX triplet: 74, 00 and 6F. RGB value is (116,0,111). Sum of RGB (Red+Green+Blue) = 116+0+111=227 (30% of max value = 765). Red value is 116 (45.70% from 255 or 51.10% from 227); Green value is 0 (0.39% from 255 or 0% from 227); Blue value is 111 (43.75% from 255 or 48.90% from 227); Max value from RGB is 116 - color contains mainly: red. Hex color #74006F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74006F is #8BFF90. Grayscale: #2F2F2F. Windows color (decimal): -9174929 or 7274612. OLE color: 7274612.
HSL color Cylindrical-coordinate representation of color #74006F: hue angle of 302.59º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #74006F is Cyan = 0, Magento = 1, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 0 | 111 | - |
| CMYK | 0 | 1 | 0.04 | 0.55 |
| HSL | 302.59º | 1% | 0.23% | - |
| HSV(B) | 302.59º | 1% | 0.45% | - |
| XYZ | 10.07 | 4.86 | 15.45 | - |
| YUV | 47.34 | 163.93 | 176.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 0 | 111 | 0 | 1 | 0.04 | 0.55 | 302.59 | 1 | 0.23 |
| Hex | 74 | 0 | 6F | 0 | 64 | 4 | 37 | 12F | 64 | 17 |
| Octal | 164 | 0 | 157 | 0 | 144 | 4 | 67 | 457 | 144 | 27 |
| Binary | 1110100 | 0 | 1101111 | 0 | 1100100 | 100 | 110111 | 100101111 | 1100100 | 10111 |
Color Harmonies of #74006F
Complementary color
Monochromatic Colors of #74006F
Black with #74006F
Text Example
Text Example
White with #74006F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74006F; }
p { color: rgb(116,0,111); }
H1.HeaderClassName
{
color: #74006F;
}
.AnyTagClassName
{
color: #74006F;
}
</style>
background-color css
<style>
a { background-color: #74006F; }
a { background-color: rgb(116,0,111); }
div.DivClassName
{
background-color: #74006F;
}
.BgClassName
{
background-color: #74006F;
}
</style>
border-color css
<style>
span { border-color: #74006F; }
span { border-color: rgb(116,0,111); }
td.TdClassName
{
border-color: #74006F;
}
.TagClassName
{
border-color: #74006F;
}
</style>