Shades of Purple #690C77
Tints of Purple #690C77
RGB
CMYK
RGB Variations
Color information
#690C77 (or 0x690C77) is known color: Purple. HEX triplet: 69, 0C and 77. RGB value is (105,12,119). Sum of RGB (Red+Green+Blue) = 105+12+119=236 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.49% from 236); Green value is 12 (5.08% from 255 or 5.08% from 236); Blue value is 119 (46.88% from 255 or 50.42% from 236); Max value from RGB is 119 - color contains mainly: blue. Hex color #690C77 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690C77 is #96F388. Grayscale: #333333. Windows color (decimal): -9892745 or 7801961. OLE color: 7801961.
HSL color Cylindrical-coordinate representation of color #690C77: hue angle of 292.15º 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 #690C77 is Cyan = 0.12, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 105 | 12 | 119 | - |
| CMYK | 0.12 | 0.90 | 0 | 0.53 |
| HSL | 292.15º | 0.82% | 0.26% | - |
| HSV(B) | 292.15º | 0.9% | 0.47% | - |
| XYZ | 9.29 | 4.6 | 17.85 | - |
| YUV | 52.01 | 165.81 | 165.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 12 | 119 | 0.12 | 0.90 | 0 | 0.53 | 292.15 | 0.82 | 0.26 |
| Hex | 69 | C | 77 | C | 5A | 0 | 35 | 124 | 52 | 1A |
| Octal | 151 | 14 | 167 | 14 | 132 | 0 | 65 | 444 | 122 | 32 |
| Binary | 1101001 | 1100 | 1110111 | 1100 | 1011010 | 0 | 110101 | 100100100 | 1010010 | 11010 |
Color Harmonies of #690C77
Complementary color
Monochromatic Colors of #690C77
Black with #690C77
Text Example
Text Example
White with #690C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690C77; }
p { color: rgb(105,12,119); }
H1.HeaderClassName
{
color: #690C77;
}
.AnyTagClassName
{
color: #690C77;
}
</style>
background-color css
<style>
a { background-color: #690C77; }
a { background-color: rgb(105,12,119); }
div.DivClassName
{
background-color: #690C77;
}
.BgClassName
{
background-color: #690C77;
}
</style>
border-color css
<style>
span { border-color: #690C77; }
span { border-color: rgb(105,12,119); }
td.TdClassName
{
border-color: #690C77;
}
.TagClassName
{
border-color: #690C77;
}
</style>