Shades of Purple #750163
Tints of Purple #750163
RGB
CMYK
RGB Variations
Color information
#750163 (or 0x750163) is known color: Purple. HEX triplet: 75, 01 and 63. RGB value is (117,1,99). Sum of RGB (Red+Green+Blue) = 117+1+99=217 (28% of max value = 765). Red value is 117 (46.09% from 255 or 53.92% from 217); Green value is 1 (0.78% from 255 or 0.46% from 217); Blue value is 99 (39.06% from 255 or 45.62% from 217); Max value from RGB is 117 - color contains mainly: red. Hex color #750163 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750163 is #8AFE9C. Grayscale: #2E2E2E. Windows color (decimal): -9109149 or 6488437. OLE color: 6488437.
HSL color Cylindrical-coordinate representation of color #750163: hue angle of 309.31º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #750163 is Cyan = 0, Magento = 0.99, Yellow = 0.15 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 1 | 99 | - |
| CMYK | 0 | 0.99 | 0.15 | 0.54 |
| HSL | 309.31º | 0.98% | 0.23% | - |
| HSV(B) | 309.31º | 0.99% | 0.46% | - |
| XYZ | 9.6 | 4.7 | 12.21 | - |
| YUV | 46.86 | 157.43 | 178.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 1 | 99 | 0 | 0.99 | 0.15 | 0.54 | 309.31 | 0.98 | 0.23 |
| Hex | 75 | 1 | 63 | 0 | 63 | F | 36 | 135 | 62 | 17 |
| Octal | 165 | 1 | 143 | 0 | 143 | 17 | 66 | 465 | 142 | 27 |
| Binary | 1110101 | 1 | 1100011 | 0 | 1100011 | 1111 | 110110 | 100110101 | 1100010 | 10111 |
Color Harmonies of #750163
Complementary color
Monochromatic Colors of #750163
Black with #750163
Text Example
Text Example
White with #750163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750163; }
p { color: rgb(117,1,99); }
H1.HeaderClassName
{
color: #750163;
}
.AnyTagClassName
{
color: #750163;
}
</style>
background-color css
<style>
a { background-color: #750163; }
a { background-color: rgb(117,1,99); }
div.DivClassName
{
background-color: #750163;
}
.BgClassName
{
background-color: #750163;
}
</style>
border-color css
<style>
span { border-color: #750163; }
span { border-color: rgb(117,1,99); }
td.TdClassName
{
border-color: #750163;
}
.TagClassName
{
border-color: #750163;
}
</style>