Shades of Purple #750B94
Tints of Purple #750B94
RGB
CMYK
RGB Variations
Color information
#750B94 (or 0x750B94) is known color: Purple. HEX triplet: 75, 0B and 94. RGB value is (117,11,148). Sum of RGB (Red+Green+Blue) = 117+11+148=276 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.39% from 276); Green value is 11 (4.69% from 255 or 3.99% from 276); Blue value is 148 (58.20% from 255 or 53.62% from 276); Max value from RGB is 148 - color contains mainly: blue. Hex color #750B94 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750B94 is #8AF46B. Grayscale: #393939. Windows color (decimal): -9106540 or 9702261. OLE color: 9702261.
HSL color Cylindrical-coordinate representation of color #750B94: hue angle of 286.42º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #750B94 is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 117 | 11 | 148 | - |
| CMYK | 0.21 | 0.93 | 0 | 0.42 |
| HSL | 286.42º | 0.86% | 0.31% | - |
| HSV(B) | 286.42º | 0.93% | 0.58% | - |
| XYZ | 12.8 | 6.16 | 28.53 | - |
| YUV | 58.31 | 178.62 | 169.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 11 | 148 | 0.21 | 0.93 | 0 | 0.42 | 286.42 | 0.86 | 0.31 |
| Hex | 75 | B | 94 | 15 | 5D | 0 | 2A | 11E | 56 | 1F |
| Octal | 165 | 13 | 224 | 25 | 135 | 0 | 52 | 436 | 126 | 37 |
| Binary | 1110101 | 1011 | 10010100 | 10101 | 1011101 | 0 | 101010 | 100011110 | 1010110 | 11111 |
Color Harmonies of #750B94
Complementary color
Monochromatic Colors of #750B94
Black with #750B94
Text Example
Text Example
White with #750B94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750B94; }
p { color: rgb(117,11,148); }
H1.HeaderClassName
{
color: #750B94;
}
.AnyTagClassName
{
color: #750B94;
}
</style>
background-color css
<style>
a { background-color: #750B94; }
a { background-color: rgb(117,11,148); }
div.DivClassName
{
background-color: #750B94;
}
.BgClassName
{
background-color: #750B94;
}
</style>
border-color css
<style>
span { border-color: #750B94; }
span { border-color: rgb(117,11,148); }
td.TdClassName
{
border-color: #750B94;
}
.TagClassName
{
border-color: #750B94;
}
</style>