Shades of Purple #760269
Tints of Purple #760269
RGB
CMYK
RGB Variations
Color information
#760269 (or 0x760269) is known color: Purple. HEX triplet: 76, 02 and 69. RGB value is (118,2,105). Sum of RGB (Red+Green+Blue) = 118+2+105=225 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.44% from 225); Green value is 2 (1.17% from 255 or 0.89% from 225); Blue value is 105 (41.41% from 255 or 46.67% from 225); Max value from RGB is 118 - color contains mainly: red. Hex color #760269 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760269 is #89FD96. Grayscale: #303030. Windows color (decimal): -9043351 or 6881910. OLE color: 6881910.
HSL color Cylindrical-coordinate representation of color #760269: hue angle of 306.72º 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 #760269 is Cyan = 0, Magento = 0.98, Yellow = 0.11 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 2 | 105 | - |
| CMYK | 0 | 0.98 | 0.11 | 0.54 |
| HSL | 306.72º | 0.97% | 0.24% | - |
| HSV(B) | 306.72º | 0.98% | 0.46% | - |
| XYZ | 10.04 | 4.91 | 13.78 | - |
| YUV | 48.43 | 159.93 | 177.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 2 | 105 | 0 | 0.98 | 0.11 | 0.54 | 306.72 | 0.97 | 0.24 |
| Hex | 76 | 2 | 69 | 0 | 62 | B | 36 | 133 | 61 | 18 |
| Octal | 166 | 2 | 151 | 0 | 142 | 13 | 66 | 463 | 141 | 30 |
| Binary | 1110110 | 10 | 1101001 | 0 | 1100010 | 1011 | 110110 | 100110011 | 1100001 | 11000 |
Color Harmonies of #760269
Complementary color
Monochromatic Colors of #760269
Black with #760269
Text Example
Text Example
White with #760269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760269; }
p { color: rgb(118,2,105); }
H1.HeaderClassName
{
color: #760269;
}
.AnyTagClassName
{
color: #760269;
}
</style>
background-color css
<style>
a { background-color: #760269; }
a { background-color: rgb(118,2,105); }
div.DivClassName
{
background-color: #760269;
}
.BgClassName
{
background-color: #760269;
}
</style>
border-color css
<style>
span { border-color: #760269; }
span { border-color: rgb(118,2,105); }
td.TdClassName
{
border-color: #760269;
}
.TagClassName
{
border-color: #760269;
}
</style>