Shades of Purple #770184
Tints of Purple #770184
RGB
CMYK
RGB Variations
Color information
#770184 (or 0x770184) is known color: Purple. HEX triplet: 77, 01 and 84. RGB value is (119,1,132). Sum of RGB (Red+Green+Blue) = 119+1+132=252 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.22% from 252); Green value is 1 (0.78% from 255 or 0.40% from 252); Blue value is 132 (51.95% from 255 or 52.38% from 252); Max value from RGB is 132 - color contains mainly: blue. Hex color #770184 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770184 is #88FE7B. Grayscale: #323232. Windows color (decimal): -8978044 or 8651127. OLE color: 8651127.
HSL color Cylindrical-coordinate representation of color #770184: hue angle of 294.05º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #770184 is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 119 | 1 | 132 | - |
| CMYK | 0.10 | 0.99 | 0 | 0.48 |
| HSL | 294.05º | 0.98% | 0.26% | - |
| HSV(B) | 294.05º | 0.99% | 0.52% | - |
| XYZ | 11.78 | 5.61 | 22.29 | - |
| YUV | 51.22 | 173.59 | 176.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 1 | 132 | 0.10 | 0.99 | 0 | 0.48 | 294.05 | 0.98 | 0.26 |
| Hex | 77 | 1 | 84 | A | 63 | 0 | 30 | 126 | 62 | 1A |
| Octal | 167 | 1 | 204 | 12 | 143 | 0 | 60 | 446 | 142 | 32 |
| Binary | 1110111 | 1 | 10000100 | 1010 | 1100011 | 0 | 110000 | 100100110 | 1100010 | 11010 |
Color Harmonies of #770184
Complementary color
Monochromatic Colors of #770184
Black with #770184
Text Example
Text Example
White with #770184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770184; }
p { color: rgb(119,1,132); }
H1.HeaderClassName
{
color: #770184;
}
.AnyTagClassName
{
color: #770184;
}
</style>
background-color css
<style>
a { background-color: #770184; }
a { background-color: rgb(119,1,132); }
div.DivClassName
{
background-color: #770184;
}
.BgClassName
{
background-color: #770184;
}
</style>
border-color css
<style>
span { border-color: #770184; }
span { border-color: rgb(119,1,132); }
td.TdClassName
{
border-color: #770184;
}
.TagClassName
{
border-color: #770184;
}
</style>