Shades of Purple #760265
Tints of Purple #760265
RGB
CMYK
RGB Variations
Color information
#760265 (or 0x760265) is known color: Purple. HEX triplet: 76, 02 and 65. RGB value is (118,2,101). Sum of RGB (Red+Green+Blue) = 118+2+101=221 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.39% from 221); Green value is 2 (1.17% from 255 or 0.90% from 221); Blue value is 101 (39.84% from 255 or 45.70% from 221); Max value from RGB is 118 - color contains mainly: red. Hex color #760265 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760265 is #89FD9A. Grayscale: #2F2F2F. Windows color (decimal): -9043355 or 6619766. OLE color: 6619766.
HSL color Cylindrical-coordinate representation of color #760265: hue angle of 308.79º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #760265 is Cyan = 0, Magento = 0.98, Yellow = 0.14 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 2 | 101 | - |
| CMYK | 0 | 0.98 | 0.14 | 0.54 |
| HSL | 308.79º | 0.97% | 0.24% | - |
| HSV(B) | 308.79º | 0.98% | 0.46% | - |
| XYZ | 9.84 | 4.83 | 12.73 | - |
| YUV | 47.97 | 157.93 | 177.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 2 | 101 | 0 | 0.98 | 0.14 | 0.54 | 308.79 | 0.97 | 0.24 |
| Hex | 76 | 2 | 65 | 0 | 62 | E | 36 | 135 | 61 | 18 |
| Octal | 166 | 2 | 145 | 0 | 142 | 16 | 66 | 465 | 141 | 30 |
| Binary | 1110110 | 10 | 1100101 | 0 | 1100010 | 1110 | 110110 | 100110101 | 1100001 | 11000 |
Color Harmonies of #760265
Complementary color
Monochromatic Colors of #760265
Black with #760265
Text Example
Text Example
White with #760265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760265; }
p { color: rgb(118,2,101); }
H1.HeaderClassName
{
color: #760265;
}
.AnyTagClassName
{
color: #760265;
}
</style>
background-color css
<style>
a { background-color: #760265; }
a { background-color: rgb(118,2,101); }
div.DivClassName
{
background-color: #760265;
}
.BgClassName
{
background-color: #760265;
}
</style>
border-color css
<style>
span { border-color: #760265; }
span { border-color: rgb(118,2,101); }
td.TdClassName
{
border-color: #760265;
}
.TagClassName
{
border-color: #760265;
}
</style>