Shades of Purple #751690
Tints of Purple #751690
RGB
CMYK
RGB Variations
Color information
#751690 (or 0x751690) is known color: Purple. HEX triplet: 75, 16 and 90. RGB value is (117,22,144). Sum of RGB (Red+Green+Blue) = 117+22+144=283 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.34% from 283); Green value is 22 (8.98% from 255 or 7.77% from 283); Blue value is 144 (56.64% from 255 or 50.88% from 283); Max value from RGB is 144 - color contains mainly: blue. Hex color #751690 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #751690 is #8AE96F. Grayscale: #3F3F3F. Windows color (decimal): -9103728 or 9442933. OLE color: 9442933.
HSL color Cylindrical-coordinate representation of color #751690: hue angle of 286.72º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #751690 is Cyan = 0.19, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 117 | 22 | 144 | - |
| CMYK | 0.19 | 0.85 | 0 | 0.44 |
| HSL | 286.72º | 0.73% | 0.33% | - |
| HSV(B) | 286.72º | 0.85% | 0.56% | - |
| XYZ | 12.66 | 6.37 | 26.95 | - |
| YUV | 64.31 | 172.97 | 165.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 22 | 144 | 0.19 | 0.85 | 0 | 0.44 | 286.72 | 0.73 | 0.33 |
| Hex | 75 | 16 | 90 | 13 | 55 | 0 | 2C | 11F | 49 | 21 |
| Octal | 165 | 26 | 220 | 23 | 125 | 0 | 54 | 437 | 111 | 41 |
| Binary | 1110101 | 10110 | 10010000 | 10011 | 1010101 | 0 | 101100 | 100011111 | 1001001 | 100001 |
Color Harmonies of #751690
Complementary color
Monochromatic Colors of #751690
Black with #751690
Text Example
Text Example
White with #751690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751690; }
p { color: rgb(117,22,144); }
H1.HeaderClassName
{
color: #751690;
}
.AnyTagClassName
{
color: #751690;
}
</style>
background-color css
<style>
a { background-color: #751690; }
a { background-color: rgb(117,22,144); }
div.DivClassName
{
background-color: #751690;
}
.BgClassName
{
background-color: #751690;
}
</style>
border-color css
<style>
span { border-color: #751690; }
span { border-color: rgb(117,22,144); }
td.TdClassName
{
border-color: #751690;
}
.TagClassName
{
border-color: #751690;
}
</style>