Shades of Purple #750C7C
Tints of Purple #750C7C
RGB
CMYK
RGB Variations
Color information
#750C7C (or 0x750C7C) is known color: Purple. HEX triplet: 75, 0C and 7C. RGB value is (117,12,124). Sum of RGB (Red+Green+Blue) = 117+12+124=253 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.25% from 253); Green value is 12 (5.08% from 255 or 4.74% from 253); Blue value is 124 (48.83% from 255 or 49.01% from 253); Max value from RGB is 124 - color contains mainly: blue. Hex color #750C7C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750C7C is #8AF383. Grayscale: #373737. Windows color (decimal): -9106308 or 8129653. OLE color: 8129653.
HSL color Cylindrical-coordinate representation of color #750C7C: hue angle of 296.25º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #750C7C is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 117 | 12 | 124 | - |
| CMYK | 0.06 | 0.90 | 0 | 0.51 |
| HSL | 296.25º | 0.82% | 0.27% | - |
| HSV(B) | 296.25º | 0.9% | 0.49% | - |
| XYZ | 11.11 | 5.5 | 19.55 | - |
| YUV | 56.16 | 166.29 | 171.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 12 | 124 | 0.06 | 0.90 | 0 | 0.51 | 296.25 | 0.82 | 0.27 |
| Hex | 75 | C | 7C | 6 | 5A | 0 | 33 | 128 | 52 | 1B |
| Octal | 165 | 14 | 174 | 6 | 132 | 0 | 63 | 450 | 122 | 33 |
| Binary | 1110101 | 1100 | 1111100 | 110 | 1011010 | 0 | 110011 | 100101000 | 1010010 | 11011 |
Color Harmonies of #750C7C
Complementary color
Monochromatic Colors of #750C7C
Black with #750C7C
Text Example
Text Example
White with #750C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750C7C; }
p { color: rgb(117,12,124); }
H1.HeaderClassName
{
color: #750C7C;
}
.AnyTagClassName
{
color: #750C7C;
}
</style>
background-color css
<style>
a { background-color: #750C7C; }
a { background-color: rgb(117,12,124); }
div.DivClassName
{
background-color: #750C7C;
}
.BgClassName
{
background-color: #750C7C;
}
</style>
border-color css
<style>
span { border-color: #750C7C; }
span { border-color: rgb(117,12,124); }
td.TdClassName
{
border-color: #750C7C;
}
.TagClassName
{
border-color: #750C7C;
}
</style>