Shades of Purple #741085
Tints of Purple #741085
RGB
CMYK
RGB Variations
Color information
#741085 (or 0x741085) is known color: Purple. HEX triplet: 74, 10 and 85. RGB value is (116,16,133). Sum of RGB (Red+Green+Blue) = 116+16+133=265 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.77% from 265); Green value is 16 (6.64% from 255 or 6.04% from 265); Blue value is 133 (52.34% from 255 or 50.19% from 265); Max value from RGB is 133 - color contains mainly: blue. Hex color #741085 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #741085 is #8BEF7A. Grayscale: #3A3A3A. Windows color (decimal): -9170811 or 8720500. OLE color: 8720500.
HSL color Cylindrical-coordinate representation of color #741085: hue angle of 291.28º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #741085 is Cyan = 0.13, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 116 | 16 | 133 | - |
| CMYK | 0.13 | 0.88 | 0 | 0.48 |
| HSL | 291.28º | 0.79% | 0.29% | - |
| HSV(B) | 291.28º | 0.88% | 0.52% | - |
| XYZ | 11.62 | 5.78 | 22.69 | - |
| YUV | 59.24 | 169.63 | 168.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 16 | 133 | 0.13 | 0.88 | 0 | 0.48 | 291.28 | 0.79 | 0.29 |
| Hex | 74 | 10 | 85 | D | 58 | 0 | 30 | 123 | 4F | 1D |
| Octal | 164 | 20 | 205 | 15 | 130 | 0 | 60 | 443 | 117 | 35 |
| Binary | 1110100 | 10000 | 10000101 | 1101 | 1011000 | 0 | 110000 | 100100011 | 1001111 | 11101 |
Color Harmonies of #741085
Complementary color
Monochromatic Colors of #741085
Black with #741085
Text Example
Text Example
White with #741085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741085; }
p { color: rgb(116,16,133); }
H1.HeaderClassName
{
color: #741085;
}
.AnyTagClassName
{
color: #741085;
}
</style>
background-color css
<style>
a { background-color: #741085; }
a { background-color: rgb(116,16,133); }
div.DivClassName
{
background-color: #741085;
}
.BgClassName
{
background-color: #741085;
}
</style>
border-color css
<style>
span { border-color: #741085; }
span { border-color: rgb(116,16,133); }
td.TdClassName
{
border-color: #741085;
}
.TagClassName
{
border-color: #741085;
}
</style>