Shades of Purple #751A85
Tints of Purple #751A85
RGB
CMYK
RGB Variations
Color information
#751A85 (or 0x751A85) is known color: Purple. HEX triplet: 75, 1A and 85. RGB value is (117,26,133). Sum of RGB (Red+Green+Blue) = 117+26+133=276 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.39% from 276); Green value is 26 (10.55% from 255 or 9.42% from 276); Blue value is 133 (52.34% from 255 or 48.19% from 276); Max value from RGB is 133 - color contains mainly: blue. Hex color #751A85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #751A85 is #8AE57A. Grayscale: #414141. Windows color (decimal): -9102715 or 8723061. OLE color: 8723061.
HSL color Cylindrical-coordinate representation of color #751A85: hue angle of 291.03º 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 #751A85 is Cyan = 0.12, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 117 | 26 | 133 | - |
| CMYK | 0.12 | 0.80 | 0 | 0.48 |
| HSL | 291.03º | 0.67% | 0.31% | - |
| HSV(B) | 291.03º | 0.8% | 0.52% | - |
| XYZ | 11.94 | 6.21 | 22.76 | - |
| YUV | 65.41 | 166.15 | 164.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 26 | 133 | 0.12 | 0.80 | 0 | 0.48 | 291.03 | 0.67 | 0.31 |
| Hex | 75 | 1A | 85 | C | 50 | 0 | 30 | 123 | 43 | 1F |
| Octal | 165 | 32 | 205 | 14 | 120 | 0 | 60 | 443 | 103 | 37 |
| Binary | 1110101 | 11010 | 10000101 | 1100 | 1010000 | 0 | 110000 | 100100011 | 1000011 | 11111 |
Color Harmonies of #751A85
Complementary color
Monochromatic Colors of #751A85
Black with #751A85
Text Example
Text Example
White with #751A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751A85; }
p { color: rgb(117,26,133); }
H1.HeaderClassName
{
color: #751A85;
}
.AnyTagClassName
{
color: #751A85;
}
</style>
background-color css
<style>
a { background-color: #751A85; }
a { background-color: rgb(117,26,133); }
div.DivClassName
{
background-color: #751A85;
}
.BgClassName
{
background-color: #751A85;
}
</style>
border-color css
<style>
span { border-color: #751A85; }
span { border-color: rgb(117,26,133); }
td.TdClassName
{
border-color: #751A85;
}
.TagClassName
{
border-color: #751A85;
}
</style>