Shades of Purple #750394
Tints of Purple #750394
RGB
CMYK
RGB Variations
Color information
#750394 (or 0x750394) is known color: Purple. HEX triplet: 75, 03 and 94. RGB value is (117,3,148). Sum of RGB (Red+Green+Blue) = 117+3+148=268 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.66% from 268); Green value is 3 (1.56% from 255 or 1.12% from 268); Blue value is 148 (58.20% from 255 or 55.22% from 268); Max value from RGB is 148 - color contains mainly: blue. Hex color #750394 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750394 is #8AFC6B. Grayscale: #353535. Windows color (decimal): -9108588 or 9700213. OLE color: 9700213.
HSL color Cylindrical-coordinate representation of color #750394: hue angle of 287.17º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #750394 is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 117 | 3 | 148 | - |
| CMYK | 0.21 | 0.98 | 0 | 0.42 |
| HSL | 287.17º | 0.96% | 0.3% | - |
| HSV(B) | 287.17º | 0.98% | 0.58% | - |
| XYZ | 12.71 | 5.99 | 28.5 | - |
| YUV | 53.62 | 181.27 | 173.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 3 | 148 | 0.21 | 0.98 | 0 | 0.42 | 287.17 | 0.96 | 0.3 |
| Hex | 75 | 3 | 94 | 15 | 62 | 0 | 2A | 11F | 60 | 1E |
| Octal | 165 | 3 | 224 | 25 | 142 | 0 | 52 | 437 | 140 | 36 |
| Binary | 1110101 | 11 | 10010100 | 10101 | 1100010 | 0 | 101010 | 100011111 | 1100000 | 11110 |
Color Harmonies of #750394
Complementary color
Monochromatic Colors of #750394
Black with #750394
Text Example
Text Example
White with #750394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750394; }
p { color: rgb(117,3,148); }
H1.HeaderClassName
{
color: #750394;
}
.AnyTagClassName
{
color: #750394;
}
</style>
background-color css
<style>
a { background-color: #750394; }
a { background-color: rgb(117,3,148); }
div.DivClassName
{
background-color: #750394;
}
.BgClassName
{
background-color: #750394;
}
</style>
border-color css
<style>
span { border-color: #750394; }
span { border-color: rgb(117,3,148); }
td.TdClassName
{
border-color: #750394;
}
.TagClassName
{
border-color: #750394;
}
</style>