Shades of Purple #741A85
Tints of Purple #741A85
RGB
CMYK
RGB Variations
Color information
#741A85 (or 0x741A85) is known color: Purple. HEX triplet: 74, 1A and 85. RGB value is (116,26,133). Sum of RGB (Red+Green+Blue) = 116+26+133=275 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.18% from 275); Green value is 26 (10.55% from 255 or 9.45% from 275); Blue value is 133 (52.34% from 255 or 48.36% from 275); Max value from RGB is 133 - color contains mainly: blue. Hex color #741A85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #741A85 is #8BE57A. Grayscale: #404040. Windows color (decimal): -9168251 or 8723060. OLE color: 8723060.
HSL color Cylindrical-coordinate representation of color #741A85: hue angle of 290.47º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #741A85 is Cyan = 0.13, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 116 | 26 | 133 | - |
| CMYK | 0.13 | 0.80 | 0 | 0.48 |
| HSL | 290.47º | 0.67% | 0.31% | - |
| HSV(B) | 290.47º | 0.8% | 0.52% | - |
| XYZ | 11.81 | 6.15 | 22.75 | - |
| YUV | 65.11 | 166.32 | 164.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 26 | 133 | 0.13 | 0.80 | 0 | 0.48 | 290.47 | 0.67 | 0.31 |
| Hex | 74 | 1A | 85 | D | 50 | 0 | 30 | 122 | 43 | 1F |
| Octal | 164 | 32 | 205 | 15 | 120 | 0 | 60 | 442 | 103 | 37 |
| Binary | 1110100 | 11010 | 10000101 | 1101 | 1010000 | 0 | 110000 | 100100010 | 1000011 | 11111 |
Color Harmonies of #741A85
Complementary color
Monochromatic Colors of #741A85
Black with #741A85
Text Example
Text Example
White with #741A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741A85; }
p { color: rgb(116,26,133); }
H1.HeaderClassName
{
color: #741A85;
}
.AnyTagClassName
{
color: #741A85;
}
</style>
background-color css
<style>
a { background-color: #741A85; }
a { background-color: rgb(116,26,133); }
div.DivClassName
{
background-color: #741A85;
}
.BgClassName
{
background-color: #741A85;
}
</style>
border-color css
<style>
span { border-color: #741A85; }
span { border-color: rgb(116,26,133); }
td.TdClassName
{
border-color: #741A85;
}
.TagClassName
{
border-color: #741A85;
}
</style>