Shades of Purple #760581
Tints of Purple #760581
RGB
CMYK
RGB Variations
Color information
#760581 (or 0x760581) is known color: Purple. HEX triplet: 76, 05 and 81. RGB value is (118,5,129). Sum of RGB (Red+Green+Blue) = 118+5+129=252 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.83% from 252); Green value is 5 (2.34% from 255 or 1.98% from 252); Blue value is 129 (50.78% from 255 or 51.19% from 252); Max value from RGB is 129 - color contains mainly: blue. Hex color #760581 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760581 is #89FA7E. Grayscale: #343434. Windows color (decimal): -9042559 or 8455542. OLE color: 8455542.
HSL color Cylindrical-coordinate representation of color #760581: hue angle of 294.68º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #760581 is Cyan = 0.09, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 118 | 5 | 129 | - |
| CMYK | 0.09 | 0.96 | 0 | 0.49 |
| HSL | 294.68º | 0.93% | 0.26% | - |
| HSV(B) | 294.68º | 0.96% | 0.51% | - |
| XYZ | 11.49 | 5.55 | 21.23 | - |
| YUV | 52.92 | 170.94 | 174.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 5 | 129 | 0.09 | 0.96 | 0 | 0.49 | 294.68 | 0.93 | 0.26 |
| Hex | 76 | 5 | 81 | 9 | 60 | 0 | 31 | 127 | 5D | 1A |
| Octal | 166 | 5 | 201 | 11 | 140 | 0 | 61 | 447 | 135 | 32 |
| Binary | 1110110 | 101 | 10000001 | 1001 | 1100000 | 0 | 110001 | 100100111 | 1011101 | 11010 |
Color Harmonies of #760581
Complementary color
Monochromatic Colors of #760581
Black with #760581
Text Example
Text Example
White with #760581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760581; }
p { color: rgb(118,5,129); }
H1.HeaderClassName
{
color: #760581;
}
.AnyTagClassName
{
color: #760581;
}
</style>
background-color css
<style>
a { background-color: #760581; }
a { background-color: rgb(118,5,129); }
div.DivClassName
{
background-color: #760581;
}
.BgClassName
{
background-color: #760581;
}
</style>
border-color css
<style>
span { border-color: #760581; }
span { border-color: rgb(118,5,129); }
td.TdClassName
{
border-color: #760581;
}
.TagClassName
{
border-color: #760581;
}
</style>