Shades of Purple #750673
Tints of Purple #750673
RGB
CMYK
RGB Variations
Color information
#750673 (or 0x750673) is known color: Purple. HEX triplet: 75, 06 and 73. RGB value is (117,6,115). Sum of RGB (Red+Green+Blue) = 117+6+115=238 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.16% from 238); Green value is 6 (2.73% from 255 or 2.52% from 238); Blue value is 115 (45.31% from 255 or 48.32% from 238); Max value from RGB is 117 - color contains mainly: red. Hex color #750673 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750673 is #8AF98C. Grayscale: #333333. Windows color (decimal): -9107853 or 7538293. OLE color: 7538293.
HSL color Cylindrical-coordinate representation of color #750673: hue angle of 301.08º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #750673 is Cyan = 0, Magento = 0.95, Yellow = 0.02 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 6 | 115 | - |
| CMYK | 0 | 0.95 | 0.02 | 0.54 |
| HSL | 301.08º | 0.9% | 0.24% | - |
| HSV(B) | 301.08º | 0.95% | 0.46% | - |
| XYZ | 10.5 | 5.15 | 16.66 | - |
| YUV | 51.62 | 163.77 | 174.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 6 | 115 | 0 | 0.95 | 0.02 | 0.54 | 301.08 | 0.9 | 0.24 |
| Hex | 75 | 6 | 73 | 0 | 5F | 2 | 36 | 12D | 5A | 18 |
| Octal | 165 | 6 | 163 | 0 | 137 | 2 | 66 | 455 | 132 | 30 |
| Binary | 1110101 | 110 | 1110011 | 0 | 1011111 | 10 | 110110 | 100101101 | 1011010 | 11000 |
Color Harmonies of #750673
Complementary color
Monochromatic Colors of #750673
Black with #750673
Text Example
Text Example
White with #750673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750673; }
p { color: rgb(117,6,115); }
H1.HeaderClassName
{
color: #750673;
}
.AnyTagClassName
{
color: #750673;
}
</style>
background-color css
<style>
a { background-color: #750673; }
a { background-color: rgb(117,6,115); }
div.DivClassName
{
background-color: #750673;
}
.BgClassName
{
background-color: #750673;
}
</style>
border-color css
<style>
span { border-color: #750673; }
span { border-color: rgb(117,6,115); }
td.TdClassName
{
border-color: #750673;
}
.TagClassName
{
border-color: #750673;
}
</style>