Shades of Purple #770D93
Tints of Purple #770D93
RGB
CMYK
RGB Variations
Color information
#770D93 (or 0x770D93) is known color: Purple. HEX triplet: 77, 0D and 93. RGB value is (119,13,147). Sum of RGB (Red+Green+Blue) = 119+13+147=279 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.65% from 279); Green value is 13 (5.47% from 255 or 4.66% from 279); Blue value is 147 (57.81% from 255 or 52.69% from 279); Max value from RGB is 147 - color contains mainly: blue. Hex color #770D93 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770D93 is #88F26C. Grayscale: #3B3B3B. Windows color (decimal): -8974957 or 9637239. OLE color: 9637239.
HSL color Cylindrical-coordinate representation of color #770D93: hue angle of 287.46º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #770D93 is Cyan = 0.19, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 119 | 13 | 147 | - |
| CMYK | 0.19 | 0.91 | 0 | 0.42 |
| HSL | 287.46º | 0.84% | 0.31% | - |
| HSV(B) | 287.46º | 0.91% | 0.58% | - |
| XYZ | 13.02 | 6.32 | 28.14 | - |
| YUV | 59.97 | 177.12 | 170.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 13 | 147 | 0.19 | 0.91 | 0 | 0.42 | 287.46 | 0.84 | 0.31 |
| Hex | 77 | D | 93 | 13 | 5B | 0 | 2A | 11F | 54 | 1F |
| Octal | 167 | 15 | 223 | 23 | 133 | 0 | 52 | 437 | 124 | 37 |
| Binary | 1110111 | 1101 | 10010011 | 10011 | 1011011 | 0 | 101010 | 100011111 | 1010100 | 11111 |
Color Harmonies of #770D93
Complementary color
Monochromatic Colors of #770D93
Black with #770D93
Text Example
Text Example
White with #770D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770D93; }
p { color: rgb(119,13,147); }
H1.HeaderClassName
{
color: #770D93;
}
.AnyTagClassName
{
color: #770D93;
}
</style>
background-color css
<style>
a { background-color: #770D93; }
a { background-color: rgb(119,13,147); }
div.DivClassName
{
background-color: #770D93;
}
.BgClassName
{
background-color: #770D93;
}
</style>
border-color css
<style>
span { border-color: #770D93; }
span { border-color: rgb(119,13,147); }
td.TdClassName
{
border-color: #770D93;
}
.TagClassName
{
border-color: #770D93;
}
</style>