Shades of Dark Purple #770C67
Tints of Dark Purple #770C67
RGB
CMYK
RGB Variations
Color information
#770C67 (or 0x770C67) is known color: Dark Purple. HEX triplet: 77, 0C and 67. RGB value is (119,12,103). Sum of RGB (Red+Green+Blue) = 119+12+103=234 (30% of max value = 765). Red value is 119 (46.88% from 255 or 50.85% from 234); Green value is 12 (5.08% from 255 or 5.13% from 234); Blue value is 103 (40.62% from 255 or 44.02% from 234); Max value from RGB is 119 - color contains mainly: red. Hex color #770C67 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770C67 is #88F398. Grayscale: #363636. Windows color (decimal): -8975257 or 6753399. OLE color: 6753399.
HSL color Cylindrical-coordinate representation of color #770C67: hue angle of 308.97º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #770C67 is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 12 | 103 | - |
| CMYK | 0 | 0.90 | 0.13 | 0.53 |
| HSL | 308.97º | 0.82% | 0.26% | - |
| HSV(B) | 308.97º | 0.9% | 0.47% | - |
| XYZ | 10.19 | 5.16 | 13.29 | - |
| YUV | 54.37 | 155.45 | 174.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 12 | 103 | 0 | 0.90 | 0.13 | 0.53 | 308.97 | 0.82 | 0.26 |
| Hex | 77 | C | 67 | 0 | 5A | D | 35 | 135 | 52 | 1A |
| Octal | 167 | 14 | 147 | 0 | 132 | 15 | 65 | 465 | 122 | 32 |
| Binary | 1110111 | 1100 | 1100111 | 0 | 1011010 | 1101 | 110101 | 100110101 | 1010010 | 11010 |
Color Harmonies of #770C67
Complementary color
Monochromatic Colors of #770C67
Black with #770C67
Text Example
Text Example
White with #770C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770C67; }
p { color: rgb(119,12,103); }
H1.HeaderClassName
{
color: #770C67;
}
.AnyTagClassName
{
color: #770C67;
}
</style>
background-color css
<style>
a { background-color: #770C67; }
a { background-color: rgb(119,12,103); }
div.DivClassName
{
background-color: #770C67;
}
.BgClassName
{
background-color: #770C67;
}
</style>
border-color css
<style>
span { border-color: #770C67; }
span { border-color: rgb(119,12,103); }
td.TdClassName
{
border-color: #770C67;
}
.TagClassName
{
border-color: #770C67;
}
</style>