Shades of Purple #760C8A
Tints of Purple #760C8A
RGB
CMYK
RGB Variations
Color information
#760C8A (or 0x760C8A) is known color: Purple. HEX triplet: 76, 0C and 8A. RGB value is (118,12,138). Sum of RGB (Red+Green+Blue) = 118+12+138=268 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.03% from 268); Green value is 12 (5.08% from 255 or 4.48% from 268); Blue value is 138 (54.30% from 255 or 51.49% from 268); Max value from RGB is 138 - color contains mainly: blue. Hex color #760C8A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760C8A is #89F375. Grayscale: #393939. Windows color (decimal): -9040758 or 9047158. OLE color: 9047158.
HSL color Cylindrical-coordinate representation of color #760C8A: hue angle of 290.48º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #760C8A is Cyan = 0.14, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 118 | 12 | 138 | - |
| CMYK | 0.14 | 0.91 | 0 | 0.46 |
| HSL | 290.48º | 0.84% | 0.29% | - |
| HSV(B) | 290.48º | 0.91% | 0.54% | - |
| XYZ | 12.19 | 5.95 | 24.55 | - |
| YUV | 58.06 | 173.12 | 170.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 12 | 138 | 0.14 | 0.91 | 0 | 0.46 | 290.48 | 0.84 | 0.29 |
| Hex | 76 | C | 8A | E | 5B | 0 | 2E | 122 | 54 | 1D |
| Octal | 166 | 14 | 212 | 16 | 133 | 0 | 56 | 442 | 124 | 35 |
| Binary | 1110110 | 1100 | 10001010 | 1110 | 1011011 | 0 | 101110 | 100100010 | 1010100 | 11101 |
Color Harmonies of #760C8A
Complementary color
Monochromatic Colors of #760C8A
Black with #760C8A
Text Example
Text Example
White with #760C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760C8A; }
p { color: rgb(118,12,138); }
H1.HeaderClassName
{
color: #760C8A;
}
.AnyTagClassName
{
color: #760C8A;
}
</style>
background-color css
<style>
a { background-color: #760C8A; }
a { background-color: rgb(118,12,138); }
div.DivClassName
{
background-color: #760C8A;
}
.BgClassName
{
background-color: #760C8A;
}
</style>
border-color css
<style>
span { border-color: #760C8A; }
span { border-color: rgb(118,12,138); }
td.TdClassName
{
border-color: #760C8A;
}
.TagClassName
{
border-color: #760C8A;
}
</style>