Shades of Purple #750689
Tints of Purple #750689
RGB
CMYK
RGB Variations
Color information
#750689 (or 0x750689) is known color: Purple. HEX triplet: 75, 06 and 89. RGB value is (117,6,137). Sum of RGB (Red+Green+Blue) = 117+6+137=260 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45% from 260); Green value is 6 (2.73% from 255 or 2.31% from 260); Blue value is 137 (53.91% from 255 or 52.69% from 260); Max value from RGB is 137 - color contains mainly: blue. Hex color #750689 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750689 is #8AF976. Grayscale: #353535. Windows color (decimal): -9107831 or 8980085. OLE color: 8980085.
HSL color Cylindrical-coordinate representation of color #750689: hue angle of 290.84º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #750689 is Cyan = 0.15, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 117 | 6 | 137 | - |
| CMYK | 0.15 | 0.96 | 0 | 0.46 |
| HSL | 290.84º | 0.92% | 0.28% | - |
| HSV(B) | 290.84º | 0.96% | 0.54% | - |
| XYZ | 11.92 | 5.72 | 24.14 | - |
| YUV | 54.12 | 174.77 | 172.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 6 | 137 | 0.15 | 0.96 | 0 | 0.46 | 290.84 | 0.92 | 0.28 |
| Hex | 75 | 6 | 89 | F | 60 | 0 | 2E | 123 | 5C | 1C |
| Octal | 165 | 6 | 211 | 17 | 140 | 0 | 56 | 443 | 134 | 34 |
| Binary | 1110101 | 110 | 10001001 | 1111 | 1100000 | 0 | 101110 | 100100011 | 1011100 | 11100 |
Color Harmonies of #750689
Complementary color
Monochromatic Colors of #750689
Black with #750689
Text Example
Text Example
White with #750689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750689; }
p { color: rgb(117,6,137); }
H1.HeaderClassName
{
color: #750689;
}
.AnyTagClassName
{
color: #750689;
}
</style>
background-color css
<style>
a { background-color: #750689; }
a { background-color: rgb(117,6,137); }
div.DivClassName
{
background-color: #750689;
}
.BgClassName
{
background-color: #750689;
}
</style>
border-color css
<style>
span { border-color: #750689; }
span { border-color: rgb(117,6,137); }
td.TdClassName
{
border-color: #750689;
}
.TagClassName
{
border-color: #750689;
}
</style>