Shades of Purple #750666
Tints of Purple #750666
RGB
CMYK
RGB Variations
Color information
#750666 (or 0x750666) is known color: Purple. HEX triplet: 75, 06 and 66. RGB value is (117,6,102). Sum of RGB (Red+Green+Blue) = 117+6+102=225 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52% from 225); Green value is 6 (2.73% from 255 or 2.67% from 225); Blue value is 102 (40.23% from 255 or 45.33% from 225); Max value from RGB is 117 - color contains mainly: red. Hex color #750666 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750666 is #8AF999. Grayscale: #313131. Windows color (decimal): -9107866 or 6686325. OLE color: 6686325.
HSL color Cylindrical-coordinate representation of color #750666: hue angle of 308.11º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #750666 is Cyan = 0, Magento = 0.95, Yellow = 0.13 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 6 | 102 | - |
| CMYK | 0 | 0.95 | 0.13 | 0.54 |
| HSL | 308.11º | 0.9% | 0.24% | - |
| HSV(B) | 308.11º | 0.95% | 0.46% | - |
| XYZ | 9.8 | 4.87 | 12.99 | - |
| YUV | 50.13 | 157.27 | 175.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 6 | 102 | 0 | 0.95 | 0.13 | 0.54 | 308.11 | 0.9 | 0.24 |
| Hex | 75 | 6 | 66 | 0 | 5F | D | 36 | 134 | 5A | 18 |
| Octal | 165 | 6 | 146 | 0 | 137 | 15 | 66 | 464 | 132 | 30 |
| Binary | 1110101 | 110 | 1100110 | 0 | 1011111 | 1101 | 110110 | 100110100 | 1011010 | 11000 |
Color Harmonies of #750666
Complementary color
Monochromatic Colors of #750666
Black with #750666
Text Example
Text Example
White with #750666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750666; }
p { color: rgb(117,6,102); }
H1.HeaderClassName
{
color: #750666;
}
.AnyTagClassName
{
color: #750666;
}
</style>
background-color css
<style>
a { background-color: #750666; }
a { background-color: rgb(117,6,102); }
div.DivClassName
{
background-color: #750666;
}
.BgClassName
{
background-color: #750666;
}
</style>
border-color css
<style>
span { border-color: #750666; }
span { border-color: rgb(117,6,102); }
td.TdClassName
{
border-color: #750666;
}
.TagClassName
{
border-color: #750666;
}
</style>