Shades of Purple #741485
Tints of Purple #741485
RGB
CMYK
RGB Variations
Color information
#741485 (or 0x741485) is known color: Purple. HEX triplet: 74, 14 and 85. RGB value is (116,20,133). Sum of RGB (Red+Green+Blue) = 116+20+133=269 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.12% from 269); Green value is 20 (8.20% from 255 or 7.43% from 269); Blue value is 133 (52.34% from 255 or 49.44% from 269); Max value from RGB is 133 - color contains mainly: blue. Hex color #741485 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #741485 is #8BEB7A. Grayscale: #3D3D3D. Windows color (decimal): -9169787 or 8721524. OLE color: 8721524.
HSL color Cylindrical-coordinate representation of color #741485: hue angle of 290.97º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #741485 is Cyan = 0.13, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 116 | 20 | 133 | - |
| CMYK | 0.13 | 0.85 | 0 | 0.48 |
| HSL | 290.97º | 0.74% | 0.3% | - |
| HSV(B) | 290.97º | 0.85% | 0.52% | - |
| XYZ | 11.69 | 5.91 | 22.71 | - |
| YUV | 61.59 | 168.3 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 20 | 133 | 0.13 | 0.85 | 0 | 0.48 | 290.97 | 0.74 | 0.3 |
| Hex | 74 | 14 | 85 | D | 55 | 0 | 30 | 123 | 4A | 1E |
| Octal | 164 | 24 | 205 | 15 | 125 | 0 | 60 | 443 | 112 | 36 |
| Binary | 1110100 | 10100 | 10000101 | 1101 | 1010101 | 0 | 110000 | 100100011 | 1001010 | 11110 |
Color Harmonies of #741485
Complementary color
Monochromatic Colors of #741485
Black with #741485
Text Example
Text Example
White with #741485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741485; }
p { color: rgb(116,20,133); }
H1.HeaderClassName
{
color: #741485;
}
.AnyTagClassName
{
color: #741485;
}
</style>
background-color css
<style>
a { background-color: #741485; }
a { background-color: rgb(116,20,133); }
div.DivClassName
{
background-color: #741485;
}
.BgClassName
{
background-color: #741485;
}
</style>
border-color css
<style>
span { border-color: #741485; }
span { border-color: rgb(116,20,133); }
td.TdClassName
{
border-color: #741485;
}
.TagClassName
{
border-color: #741485;
}
</style>