Shades of Purple #751282
Tints of Purple #751282
RGB
CMYK
RGB Variations
Color information
#751282 (or 0x751282) is known color: Purple. HEX triplet: 75, 12 and 82. RGB value is (117,18,130). Sum of RGB (Red+Green+Blue) = 117+18+130=265 (35% of max value = 765). Red value is 117 (46.09% from 255 or 44.15% from 265); Green value is 18 (7.42% from 255 or 6.79% from 265); Blue value is 130 (51.17% from 255 or 49.06% from 265); Max value from RGB is 130 - color contains mainly: blue. Hex color #751282 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #751282 is #8AED7D. Grayscale: #3C3C3C. Windows color (decimal): -9104766 or 8524405. OLE color: 8524405.
HSL color Cylindrical-coordinate representation of color #751282: hue angle of 293.04º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #751282 is Cyan = 0.1, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 117 | 18 | 130 | - |
| CMYK | 0.1 | 0.86 | 0 | 0.49 |
| HSL | 293.04º | 0.76% | 0.29% | - |
| HSV(B) | 293.04º | 0.86% | 0.51% | - |
| XYZ | 11.58 | 5.83 | 21.63 | - |
| YUV | 60.37 | 167.3 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 18 | 130 | 0.1 | 0.86 | 0 | 0.49 | 293.04 | 0.76 | 0.29 |
| Hex | 75 | 12 | 82 | A | 56 | 0 | 31 | 125 | 4C | 1D |
| Octal | 165 | 22 | 202 | 12 | 126 | 0 | 61 | 445 | 114 | 35 |
| Binary | 1110101 | 10010 | 10000010 | 1010 | 1010110 | 0 | 110001 | 100100101 | 1001100 | 11101 |
Color Harmonies of #751282
Complementary color
Monochromatic Colors of #751282
Black with #751282
Text Example
Text Example
White with #751282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751282; }
p { color: rgb(117,18,130); }
H1.HeaderClassName
{
color: #751282;
}
.AnyTagClassName
{
color: #751282;
}
</style>
background-color css
<style>
a { background-color: #751282; }
a { background-color: rgb(117,18,130); }
div.DivClassName
{
background-color: #751282;
}
.BgClassName
{
background-color: #751282;
}
</style>
border-color css
<style>
span { border-color: #751282; }
span { border-color: rgb(117,18,130); }
td.TdClassName
{
border-color: #751282;
}
.TagClassName
{
border-color: #751282;
}
</style>