Shades of Purple #760D92
Tints of Purple #760D92
RGB
CMYK
RGB Variations
Color information
#760D92 (or 0x760D92) is known color: Purple. HEX triplet: 76, 0D and 92. RGB value is (118,13,146). Sum of RGB (Red+Green+Blue) = 118+13+146=277 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.60% from 277); Green value is 13 (5.47% from 255 or 4.69% from 277); Blue value is 146 (57.42% from 255 or 52.71% from 277); Max value from RGB is 146 - color contains mainly: blue. Hex color #760D92 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760D92 is #89F26D. Grayscale: #3B3B3B. Windows color (decimal): -9040494 or 9571702. OLE color: 9571702.
HSL color Cylindrical-coordinate representation of color #760D92: hue angle of 287.37º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #760D92 is Cyan = 0.19, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 118 | 13 | 146 | - |
| CMYK | 0.19 | 0.91 | 0 | 0.43 |
| HSL | 287.37º | 0.84% | 0.31% | - |
| HSV(B) | 287.37º | 0.91% | 0.57% | - |
| XYZ | 12.8 | 6.21 | 27.72 | - |
| YUV | 59.56 | 176.79 | 169.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 13 | 146 | 0.19 | 0.91 | 0 | 0.43 | 287.37 | 0.84 | 0.31 |
| Hex | 76 | D | 92 | 13 | 5B | 0 | 2B | 11F | 54 | 1F |
| Octal | 166 | 15 | 222 | 23 | 133 | 0 | 53 | 437 | 124 | 37 |
| Binary | 1110110 | 1101 | 10010010 | 10011 | 1011011 | 0 | 101011 | 100011111 | 1010100 | 11111 |
Color Harmonies of #760D92
Complementary color
Monochromatic Colors of #760D92
Black with #760D92
Text Example
Text Example
White with #760D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760D92; }
p { color: rgb(118,13,146); }
H1.HeaderClassName
{
color: #760D92;
}
.AnyTagClassName
{
color: #760D92;
}
</style>
background-color css
<style>
a { background-color: #760D92; }
a { background-color: rgb(118,13,146); }
div.DivClassName
{
background-color: #760D92;
}
.BgClassName
{
background-color: #760D92;
}
</style>
border-color css
<style>
span { border-color: #760D92; }
span { border-color: rgb(118,13,146); }
td.TdClassName
{
border-color: #760D92;
}
.TagClassName
{
border-color: #760D92;
}
</style>