Shades of Purple #750B8C
Tints of Purple #750B8C
RGB
CMYK
RGB Variations
Color information
#750B8C (or 0x750B8C) is known color: Purple. HEX triplet: 75, 0B and 8C. RGB value is (117,11,140). Sum of RGB (Red+Green+Blue) = 117+11+140=268 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.66% from 268); Green value is 11 (4.69% from 255 or 4.10% from 268); Blue value is 140 (55.08% from 255 or 52.24% from 268); Max value from RGB is 140 - color contains mainly: blue. Hex color #750B8C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750B8C is #8AF473. Grayscale: #383838. Windows color (decimal): -9106548 or 9177973. OLE color: 9177973.
HSL color Cylindrical-coordinate representation of color #750B8C: hue angle of 289.3º degrees, saturation: 0.85, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #750B8C is Cyan = 0.16, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 11 | 140 | - |
| CMYK | 0.16 | 0.92 | 0 | 0.45 |
| HSL | 289.3º | 0.85% | 0.3% | - |
| HSV(B) | 289.3º | 0.92% | 0.55% | - |
| XYZ | 12.19 | 5.91 | 25.31 | - |
| YUV | 57.4 | 174.62 | 170.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 11 | 140 | 0.16 | 0.92 | 0 | 0.45 | 289.3 | 0.85 | 0.3 |
| Hex | 75 | B | 8C | 10 | 5C | 0 | 2D | 121 | 55 | 1E |
| Octal | 165 | 13 | 214 | 20 | 134 | 0 | 55 | 441 | 125 | 36 |
| Binary | 1110101 | 1011 | 10001100 | 10000 | 1011100 | 0 | 101101 | 100100001 | 1010101 | 11110 |
Color Harmonies of #750B8C
Complementary color
Monochromatic Colors of #750B8C
Black with #750B8C
Text Example
Text Example
White with #750B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750B8C; }
p { color: rgb(117,11,140); }
H1.HeaderClassName
{
color: #750B8C;
}
.AnyTagClassName
{
color: #750B8C;
}
</style>
background-color css
<style>
a { background-color: #750B8C; }
a { background-color: rgb(117,11,140); }
div.DivClassName
{
background-color: #750B8C;
}
.BgClassName
{
background-color: #750B8C;
}
</style>
border-color css
<style>
span { border-color: #750B8C; }
span { border-color: rgb(117,11,140); }
td.TdClassName
{
border-color: #750B8C;
}
.TagClassName
{
border-color: #750B8C;
}
</style>