Shades of Purple #74098F
Tints of Purple #74098F
RGB
CMYK
RGB Variations
Color information
#74098F (or 0x74098F) is known color: Purple. HEX triplet: 74, 09 and 8F. RGB value is (116,9,143). Sum of RGB (Red+Green+Blue) = 116+9+143=268 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.28% from 268); Green value is 9 (3.91% from 255 or 3.36% from 268); Blue value is 143 (56.25% from 255 or 53.36% from 268); Max value from RGB is 143 - color contains mainly: blue. Hex color #74098F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #74098F is #8BF670. Grayscale: #373737. Windows color (decimal): -9172593 or 9374068. OLE color: 9374068.
HSL color Cylindrical-coordinate representation of color #74098F: hue angle of 287.91º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #74098F is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 116 | 9 | 143 | - |
| CMYK | 0.19 | 0.94 | 0 | 0.44 |
| HSL | 287.91º | 0.88% | 0.3% | - |
| HSV(B) | 287.91º | 0.94% | 0.56% | - |
| XYZ | 12.26 | 5.89 | 26.48 | - |
| YUV | 56.27 | 176.95 | 170.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 9 | 143 | 0.19 | 0.94 | 0 | 0.44 | 287.91 | 0.88 | 0.3 |
| Hex | 74 | 9 | 8F | 13 | 5E | 0 | 2C | 120 | 58 | 1E |
| Octal | 164 | 11 | 217 | 23 | 136 | 0 | 54 | 440 | 130 | 36 |
| Binary | 1110100 | 1001 | 10001111 | 10011 | 1011110 | 0 | 101100 | 100100000 | 1011000 | 11110 |
Color Harmonies of #74098F
Complementary color
Monochromatic Colors of #74098F
Black with #74098F
Text Example
Text Example
White with #74098F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74098F; }
p { color: rgb(116,9,143); }
H1.HeaderClassName
{
color: #74098F;
}
.AnyTagClassName
{
color: #74098F;
}
</style>
background-color css
<style>
a { background-color: #74098F; }
a { background-color: rgb(116,9,143); }
div.DivClassName
{
background-color: #74098F;
}
.BgClassName
{
background-color: #74098F;
}
</style>
border-color css
<style>
span { border-color: #74098F; }
span { border-color: rgb(116,9,143); }
td.TdClassName
{
border-color: #74098F;
}
.TagClassName
{
border-color: #74098F;
}
</style>