Shades of Purple #750694
Tints of Purple #750694
RGB
CMYK
RGB Variations
Color information
#750694 (or 0x750694) is known color: Purple. HEX triplet: 75, 06 and 94. RGB value is (117,6,148). Sum of RGB (Red+Green+Blue) = 117+6+148=271 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.17% from 271); Green value is 6 (2.73% from 255 or 2.21% from 271); Blue value is 148 (58.20% from 255 or 54.61% from 271); Max value from RGB is 148 - color contains mainly: blue. Hex color #750694 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750694 is #8AF96B. Grayscale: #363636. Windows color (decimal): -9107820 or 9700981. OLE color: 9700981.
HSL color Cylindrical-coordinate representation of color #750694: hue angle of 286.9º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #750694 is Cyan = 0.21, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 117 | 6 | 148 | - |
| CMYK | 0.21 | 0.96 | 0 | 0.42 |
| HSL | 286.9º | 0.92% | 0.3% | - |
| HSV(B) | 286.9º | 0.96% | 0.58% | - |
| XYZ | 12.75 | 6.05 | 28.51 | - |
| YUV | 55.38 | 180.27 | 171.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 6 | 148 | 0.21 | 0.96 | 0 | 0.42 | 286.9 | 0.92 | 0.3 |
| Hex | 75 | 6 | 94 | 15 | 60 | 0 | 2A | 11F | 5C | 1E |
| Octal | 165 | 6 | 224 | 25 | 140 | 0 | 52 | 437 | 134 | 36 |
| Binary | 1110101 | 110 | 10010100 | 10101 | 1100000 | 0 | 101010 | 100011111 | 1011100 | 11110 |
Color Harmonies of #750694
Complementary color
Monochromatic Colors of #750694
Black with #750694
Text Example
Text Example
White with #750694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750694; }
p { color: rgb(117,6,148); }
H1.HeaderClassName
{
color: #750694;
}
.AnyTagClassName
{
color: #750694;
}
</style>
background-color css
<style>
a { background-color: #750694; }
a { background-color: rgb(117,6,148); }
div.DivClassName
{
background-color: #750694;
}
.BgClassName
{
background-color: #750694;
}
</style>
border-color css
<style>
span { border-color: #750694; }
span { border-color: rgb(117,6,148); }
td.TdClassName
{
border-color: #750694;
}
.TagClassName
{
border-color: #750694;
}
</style>