Shades of Purple #74006D
Tints of Purple #74006D
RGB
CMYK
RGB Variations
Color information
#74006D (or 0x74006D) is known color: Purple. HEX triplet: 74, 00 and 6D. RGB value is (116,0,109). Sum of RGB (Red+Green+Blue) = 116+0+109=225 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.56% from 225); Green value is 0 (0.39% from 255 or 0% from 225); Blue value is 109 (42.97% from 255 or 48.44% from 225); Max value from RGB is 116 - color contains mainly: red. Hex color #74006D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74006D is #8BFF92. Grayscale: #2E2E2E. Windows color (decimal): -9174931 or 7143540. OLE color: 7143540.
HSL color Cylindrical-coordinate representation of color #74006D: hue angle of 303.62º 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 #74006D is Cyan = 0, Magento = 1, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 0 | 109 | - |
| CMYK | 0 | 1 | 0.06 | 0.55 |
| HSL | 303.62º | 1% | 0.23% | - |
| HSV(B) | 303.62º | 1% | 0.45% | - |
| XYZ | 9.96 | 4.82 | 14.87 | - |
| YUV | 47.11 | 162.93 | 177.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 0 | 109 | 0 | 1 | 0.06 | 0.55 | 303.62 | 1 | 0.23 |
| Hex | 74 | 0 | 6D | 0 | 64 | 6 | 37 | 130 | 64 | 17 |
| Octal | 164 | 0 | 155 | 0 | 144 | 6 | 67 | 460 | 144 | 27 |
| Binary | 1110100 | 0 | 1101101 | 0 | 1100100 | 110 | 110111 | 100110000 | 1100100 | 10111 |
Color Harmonies of #74006D
Complementary color
Monochromatic Colors of #74006D
Black with #74006D
Text Example
Text Example
White with #74006D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74006D; }
p { color: rgb(116,0,109); }
H1.HeaderClassName
{
color: #74006D;
}
.AnyTagClassName
{
color: #74006D;
}
</style>
background-color css
<style>
a { background-color: #74006D; }
a { background-color: rgb(116,0,109); }
div.DivClassName
{
background-color: #74006D;
}
.BgClassName
{
background-color: #74006D;
}
</style>
border-color css
<style>
span { border-color: #74006D; }
span { border-color: rgb(116,0,109); }
td.TdClassName
{
border-color: #74006D;
}
.TagClassName
{
border-color: #74006D;
}
</style>