Shades of Purple #750266
Tints of Purple #750266
RGB
CMYK
RGB Variations
Color information
#750266 (or 0x750266) is known color: Purple. HEX triplet: 75, 02 and 66. RGB value is (117,2,102). Sum of RGB (Red+Green+Blue) = 117+2+102=221 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.94% from 221); Green value is 2 (1.17% from 255 or 0.90% from 221); Blue value is 102 (40.23% from 255 or 46.15% from 221); Max value from RGB is 117 - color contains mainly: red. Hex color #750266 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750266 is #8AFD99. Grayscale: #2F2F2F. Windows color (decimal): -9108890 or 6685301. OLE color: 6685301.
HSL color Cylindrical-coordinate representation of color #750266: hue angle of 307.83º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #750266 is Cyan = 0, Magento = 0.98, Yellow = 0.13 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 2 | 102 | - |
| CMYK | 0 | 0.98 | 0.13 | 0.54 |
| HSL | 307.83º | 0.97% | 0.23% | - |
| HSV(B) | 307.83º | 0.98% | 0.46% | - |
| XYZ | 9.76 | 4.78 | 12.98 | - |
| YUV | 47.79 | 158.6 | 177.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 2 | 102 | 0 | 0.98 | 0.13 | 0.54 | 307.83 | 0.97 | 0.23 |
| Hex | 75 | 2 | 66 | 0 | 62 | D | 36 | 134 | 61 | 17 |
| Octal | 165 | 2 | 146 | 0 | 142 | 15 | 66 | 464 | 141 | 27 |
| Binary | 1110101 | 10 | 1100110 | 0 | 1100010 | 1101 | 110110 | 100110100 | 1100001 | 10111 |
Color Harmonies of #750266
Complementary color
Monochromatic Colors of #750266
Black with #750266
Text Example
Text Example
White with #750266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750266; }
p { color: rgb(117,2,102); }
H1.HeaderClassName
{
color: #750266;
}
.AnyTagClassName
{
color: #750266;
}
</style>
background-color css
<style>
a { background-color: #750266; }
a { background-color: rgb(117,2,102); }
div.DivClassName
{
background-color: #750266;
}
.BgClassName
{
background-color: #750266;
}
</style>
border-color css
<style>
span { border-color: #750266; }
span { border-color: rgb(117,2,102); }
td.TdClassName
{
border-color: #750266;
}
.TagClassName
{
border-color: #750266;
}
</style>