Shades of Dark Purple #760C66
Tints of Dark Purple #760C66
RGB
CMYK
RGB Variations
Color information
#760C66 (or 0x760C66) is known color: Dark Purple. HEX triplet: 76, 0C and 66. RGB value is (118,12,102). Sum of RGB (Red+Green+Blue) = 118+12+102=232 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.86% from 232); Green value is 12 (5.08% from 255 or 5.17% from 232); Blue value is 102 (40.23% from 255 or 43.97% from 232); Max value from RGB is 118 - color contains mainly: red. Hex color #760C66 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760C66 is #89F399. Grayscale: #353535. Windows color (decimal): -9040794 or 6687862. OLE color: 6687862.
HSL color Cylindrical-coordinate representation of color #760C66: hue angle of 309.06º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #760C66 is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 12 | 102 | - |
| CMYK | 0 | 0.90 | 0.14 | 0.54 |
| HSL | 309.06º | 0.82% | 0.25% | - |
| HSV(B) | 309.06º | 0.9% | 0.46% | - |
| XYZ | 10 | 5.07 | 13.02 | - |
| YUV | 53.95 | 155.12 | 173.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 12 | 102 | 0 | 0.90 | 0.14 | 0.54 | 309.06 | 0.82 | 0.25 |
| Hex | 76 | C | 66 | 0 | 5A | E | 36 | 135 | 52 | 19 |
| Octal | 166 | 14 | 146 | 0 | 132 | 16 | 66 | 465 | 122 | 31 |
| Binary | 1110110 | 1100 | 1100110 | 0 | 1011010 | 1110 | 110110 | 100110101 | 1010010 | 11001 |
Color Harmonies of #760C66
Complementary color
Monochromatic Colors of #760C66
Black with #760C66
Text Example
Text Example
White with #760C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760C66; }
p { color: rgb(118,12,102); }
H1.HeaderClassName
{
color: #760C66;
}
.AnyTagClassName
{
color: #760C66;
}
</style>
background-color css
<style>
a { background-color: #760C66; }
a { background-color: rgb(118,12,102); }
div.DivClassName
{
background-color: #760C66;
}
.BgClassName
{
background-color: #760C66;
}
</style>
border-color css
<style>
span { border-color: #760C66; }
span { border-color: rgb(118,12,102); }
td.TdClassName
{
border-color: #760C66;
}
.TagClassName
{
border-color: #760C66;
}
</style>